#6003 closed enhancement (invalid)
[Patch] Add reset/unset resolution action
Reported by: | Erik Andersson | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos | Trac Release: | 0.11 |
Description
We are using a rejected status. In that state the reporter can
- accept and close the ticket
- decline the rejection and set the ticket back to previous state and owner.
We also need a reset/unset resolution action to be able to clear the resolution if a ticket rejection is declined.
So, if this plugin also could reset/unset the resolution we wouldn't need to create a separate plugin for the decline-action.
Attachments (1)
Change History (9)
Changed 15 years ago by
Attachment: | t6003_kirean_unsetresolution-r6774.patch added |
---|
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|---|
Summary: | Add reset/unset resolution action → [Patch] Add reset/unset resolution action |
comment:6 follow-up: 7 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Ah, KISS. Excellent. I tried it and it works.
There is a bug in del_resolution though, no hint is shown. ;-)
comment:7 Changed 15 years ago by
Replying to Erik Andersson <kirean@gmail.com>:
Ah, KISS. Excellent. I tried it and it works.
There is a bug in del_resolution though, no hint is shown. ;-)
Ah, so there is. Fixed in Trac trunk changeset:9266 and 0.11-stable changeset:9265. Thanks for pointing that out.
Will the attached patch do?