Opened 8 years ago
Closed 5 years ago
#2508 closed defect (bug) (fixed)
bbPress and Meta Trac should be able to change closed tickets resolution reason
Reported by: | netweb | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | pending-systems |
Cc: |
Description (last modified by )
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 ;)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Looks like this was fixed at some point for meta.trac, but not bbpress.trac.
Currently Core, Meta, and BuddyPress share the
workflow-core.ini
file.Made a Systems Request to get it underway - https://make.wordpress.org/systems/2019/01/23/can-bbpress-trac-please-get-cores/