#7010 closed enhancement (worksforme)
split TICKET_APPEND into TICKET_{APPEND,REOPEN}
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.10.3 |
Severity: | normal | Keywords: | ticket reopen capability |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We have had problems with anonymous spammers in the past, and other anonymous people (with the TICKET_APPEND right) to reopen closed tickets which were declined as invalid.
The attached patch fixes this problem. The author of the patch is Christian Fischer <spaetzle@…>, and I am authorised to feed it back to you.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | reopen.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Version: | 0.10.3 |
Thanks for the input and patch, but with 0.11 and TracWorkflow this is a non-issue as you can define the state-transitions you like with whatever permission you want. As for 0.10-stable, this is now only for critical bug and security fixes meaning new features like this proposal will not get implemented.
Closing this as worksforme
- upgrade to 0.11b2+ and read up on workflow documentation to onfigure such behaviour.
Patch to split TICKET_APPEND into TICKET_{APPEND,REOPEN}