Actions
Patch #22401
closedNotify the user of missing attachments
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 almost 10 years ago
- Target version set to Candidate for next minor release
Updated by Toshi MARUYAMA almost 10 years ago
- Target version changed from Candidate for next minor release to 3.3.0
Updated by Jean-Philippe Lang almost 10 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