Feature #31472
openAdd file upload when editing documents
Added by Aleksandar Pavic over 5 years ago. Updated 4 months ago.
0%
Description
On documents module, add/edit/remove attachments is missing when document is edited...
Files
change_editing_document.png (152 KB) change_editing_document.png | Yuichi HARADA, 2019-12-18 02:19 | ||
31472-add-file-upload.patch (6.49 KB) 31472-add-file-upload.patch | Yuichi HARADA, 2019-12-18 02:21 | ||
31472-add-file-upload-v2.patch (6.57 KB) 31472-add-file-upload-v2.patch | Yuichi HARADA, 2021-03-12 06:41 | ||
31472-add-file-upload-v3.patch (6.6 KB) 31472-add-file-upload-v3.patch | Yuichi HARADA, 2021-03-12 08:26 | ||
31472-add-file-upload-v5.1.patch (6.52 KB) 31472-add-file-upload-v5.1.patch | de zhang, 2024-07-29 03:55 |
Updated by Yuichi HARADA almost 5 years ago
- File change_editing_document.png change_editing_document.png added
- File 31472-add-file-upload.patch 31472-add-file-upload.patch added
This patch adds features similar to #16410 to the documents.
When editing a document, you can operate (add and bulk delete) the attachments.
Updated by Mischa The Evil almost 5 years ago
- Target version set to Unplanned backlogs
Sweet! Thanks for sharing the patch. Scheduled without substantive patch review.
NB: I think it would be nice to introduce this functionality similarly for the remaining attachment containers (news and messages) too.
Updated by Yuichi HARADA over 4 years ago
Mischa The Evil wrote:
NB: I think it would be nice to introduce this functionality similarly for the remaining attachment containers (news and messages) too.
Thank you for your suggestions. I would be happy if you could create new issues.
Updated by Yuichi HARADA over 3 years ago
Yuichi HARADA wrote:
This patch adds features similar to #16410 to the documents.
When editing a document, you can operate (add and bulk delete) the attachments.
When performing bulk delete, the Attachment's after_commit callback method Attachment#delete_from_disk
was not executed.
I fixed a patch.
Updated by Yuichi HARADA over 3 years ago
Yuichi HARADA wrote:
Yuichi HARADA wrote:
This patch adds features similar to #16410 to the documents.
When editing a document, you can operate (add and bulk delete) the attachments.When performing bulk delete, the Attachment's after_commit callback method
Attachment#delete_from_disk
was not executed.
I fixed a patch.
I have improved Document#delete_selected_attachments
.
Updated by de zhang 4 months ago
Yuichi HARADA wrote in #note-5:
Yuichi HARADA wrote:
Yuichi HARADA wrote:
This patch adds features similar to #16410 to the documents.
When editing a document, you can operate (add and bulk delete) the attachments.When performing bulk delete, the Attachment's after_commit callback method
Attachment#delete_from_disk
was not executed.
I fixed a patch.I have improved
Document#delete_selected_attachments
.
Thank you for your code. I have ported the 31472-add-file-upload-v3 to Redmine V5.1