This would not be possible as upload fields are differently treated and not handled in the form. It would be a considerable customisation so we need more votes on adding this.
Thank you for your response to my previous question about attaching documents to checklist tasks.
I understand that this is not currently possible as a feature in your theme, but I am interested in making this change manually. Could you please provide me with some guidance on how to do this?
Specifically, I am interested in knowing:
Which file contains the code for checklist tasks? How would I need to modify this code to add an attachment option? How would attachments be stored in the database? I appreciate your help with this.
Attachments can be added in the card and then referenced in the checklist items.
This is not available.
Which file contains the code for checklist tasks?
the vibeprojects.js
How would I need to modify this code to add an attachment option?
this is a react script, so we have added provision for regular fields text/textarea/date/color but upload fields are to handled differently, we do have a media uploader available but this requires a lot ot customisation.
How would attachments be stored in the database?
All attachments in projects are stored in media, at WP admin - media and linked to projects automatically on upload.
I want to ask if is it possible to attach a document with the checklist task.
Attached files: Capture6.PNG
Attachments section in the card is already there, which can be used in the checklist item.
I want to attach a document to the Checklist->Task, not to the card.
This would not be possible as upload fields are differently treated and not handled in the form. It would be a considerable customisation so we need more votes on adding this.
Thank you for your response to my previous question about attaching documents to checklist tasks.
I understand that this is not currently possible as a feature in your theme, but I am interested in making this change manually. Could you please provide me with some guidance on how to do this?
Specifically, I am interested in knowing:
Which file contains the code for checklist tasks?
How would I need to modify this code to add an attachment option?
How would attachments be stored in the database?
I appreciate your help with this.
I am writing to you again, regarding my previous query?
Attachments can be added in the card and then referenced in the checklist items.
This is not available.
Which file contains the code for checklist tasks?
the vibeprojects.js
How would I need to modify this code to add an attachment option?
this is a react script, so we have added provision for regular fields text/textarea/date/color but upload fields are to handled differently, we do have a media uploader available but this requires a lot ot customisation.
How would attachments be stored in the database?
All attachments in projects are stored in media, at WP admin - media and linked to projects automatically on upload.