Actions
Defect #34921
closedDo not journalize attachments that are added during a "Copy Issue" operation
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When copying an issue, the user can change arbitrary values before saving the copy. It is also possible to add attachments here. Before this patch, such attachments were added to the journal entry that is created to hold the "copied from" relationship change.
Since no other attribute changes are journalized, but only added attachments, we found that to be confusing. The attached patch which has been extracted from Planio prevents that from happening by checking for `copy?` in `Issue#attachment_added`.
Files
Actions