Ticket #7010 (closed enhancement: worksforme)
Opened 4 years ago
Last modified 4 years ago
split TICKET_APPEND into TICKET_{APPEND,REOPEN}
| Reported by: | tg@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.3 |
| Severity: | normal | Keywords: | ticket reopen capability |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
Changed 4 years ago by tg@…
- Attachment reopen.diff added
comment:1 Changed 4 years ago by osimons
- Resolution set to worksforme
- Status changed from new to closed
- Version 0.10.3 deleted
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.
comment:2 Changed 4 years ago by osimons
- Version set to 0.10.3
Oops. That was not supposed to change.



Patch to split TICKET_APPEND into TICKET_{APPEND,REOPEN}