Making WordPress.org

Opened 7 years ago

Closed 4 years ago

#2508 closed defect (bug) (fixed)

bbPress and Meta Trac should be able to change closed tickets resolution reason

Reported by: netweb's profile netweb Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Trac Keywords: pending-systems
Cc:

Description (last modified by SergeyBiryukov)

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):

  • https://cldup.com/zOd8gj9Bro.png

BuddyPress and Core Tracs can change resolution withot reopening the ticket:

  • https://cldup.com/OVt4-n_X-A.png

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)

#1 @SergeyBiryukov
7 years ago

  • Description modified (diff)

#2 @dd32
5 years ago

  • Keywords pending-systems added; needs-patch removed
  • Owner set to dd32
  • Status changed from new to accepted

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/

#3 @coffee2code
4 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed as of 2019-02-08 per systems follow-up to make/systems request linked above.

Note: See TracTickets for help on using tickets.