[wp-meta] [Making WordPress.org] #2508: bbPress and Meta Trac should be able to change closed tickets resolution reason
Making WordPress.org
noreply at wordpress.org
Thu Feb 16 11:48:28 UTC 2017
#2508: bbPress and Meta Trac should be able to change closed tickets resolution
reason
--------------------+-------------------------
Reporter: netweb | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Trac | Keywords: needs-patch
--------------------+-------------------------
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):
* [[Image(https://cldup.com/zOd8gj9Bro.png)]]
BuddyPress and Core Tracs can change resolution withot reopening the
ticket:
* [[Image(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 ;)
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2508>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list