Opened 9 years ago
Last modified 6 years ago
#2508 closed defect (bug)
bbPress and Meta Trac should be able to change closed tickets resolution reason — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | pending-systems |
| Cc: |
Description
If a ticket on bbPress or Meta Trac is closed with a particular resolution the resolution cannot be changed without reopening the ticket:
eg: bbPress Trac (Meta is identical):
BuddyPress and Core Tracs can change resolution withot reopening the ticket:
Taking a punt that the following code needs to be added to bbPress and Meta Trac "workflow-*.ini" files. I know bbPress and BuddyPress "workflow-*.ini" files are yet to be open sourced, presuming the same for meta:
Via: https://meta.trac.wordpress.org/browser/sites/trunk/trac.wordpress.org/conf/workflow-core.ini#L64
# Once the ticket is closed
# - reopen
# - change the resolution to something else
...
...
change_resolution = closed -> closed
change_resolution.name = change the resolution, set
change_resolution.operations = set_resolution
change_resolution.permissions = TICKET_EDIT_DESCRIPTION
change_resolution.default = -31
{{{
Aside: It wouldn't hurt to add the "mark as duplicate" section also ;)
}}}
Note: See
TracTickets for help on using
tickets.

