Vote #77338
完了Notify the user of missing attachments
0%
説明
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.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks. I used the existing @warning_attachments_not_saved@ i18n string instead of adding a new one.
--------------------------------------------------------------------------------