Actions
Patch #22401
closedNotify the user of missing attachments
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Under certain (rare) circumstances it may happen that, when an issue or other
container is saved, added attachments have already been removed (i.e. by the
attachments:prune rake task).
Until now these tokens are silently ignored and the user is left in the dark about the missing file. This patch adds a validation error to the container in this case.
Files
Updated by Jan from Planio www.plan.io over 8 years ago
- Target version set to Candidate for next minor release
Updated by Toshi MARUYAMA over 8 years ago
- Target version changed from Candidate for next minor release to 3.3.0
Updated by Jean-Philippe Lang over 8 years ago
- Subject changed from notify the user of missing attachments to Notify the user of missing attachments
- Category set to Attachments
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks. I used the existing warning_attachments_not_saved
i18n string instead of adding a new one.
Actions