Opened 11 years ago
Closed 10 years ago
#504 closed defect (bug) (invalid)
"Mark as duplicate of #" appears twice in Batch Modify
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
See the screenshot.
Attachments (1)
Change History (5)
This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.
10 years ago
#3
@
10 years ago
These are actually two different actions:
The batch modify UI shows all the workflow actions that can be applied to some shown tickets. If the shown tickets are in different states (open, closed etc.), different sets of actions may be applicable to different tickets. In your case, for the open tickets the action
duplicate.name = mark as duplicate of #
is shown, and for the closed tickets the actionchange_to_duplicate.name = mark as duplicate of #
is shown. They look the same (because you configured them to look the same) but these are two different actions.
We could probably make the second instance change_to_duplicate.name = change to duplicate of #
.
#4
@
10 years ago
- Resolution set to invalid
- Status changed from new to closed
Yeah, I could have told you this was because of our configuration. :)
I'm not inclined to bother changing this. Also, Batch Modify is only available to gardeners and should use very sparingly anyway, and probably not for marking things as duplicates. (I'm not even sure the duplicates plugin is compatible with batch modification.)
This only happens on a custom report that includes closed tickets.
Per IRC discussion, filed upstream: http://trac.edgewall.org/ticket/11647.