Opened 18 years ago
Closed 13 years ago
#1178 closed enhancement (worksforme)
Assign-to as Drop-Down List not working if SimpleTicketPlugin is used
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | SimpleTicketPlugin |
Severity: | normal | Keywords: | |
Cc: | ales.jurancic@…, falkb | Trac Release: | 0.10 |
Description
If you want to use Assign-to as Drop-Down List feature, you must grant user a TICKET-MODIFY permission... and if you do that, then SimpleTicketPlugin doesn't make sense...
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
comment:3 Changed 13 years ago by
Cc: | falkb added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
This is working fine in Trac 0.12.2, and I'm pretty sure it will work fine in 0.11 as well. There is not enough of a description in the original report for me to draw a conclusion other than this wasn't supported in 0.10.
If the restrict_owner
is set to true
in the ticket
section of trac.ini, then owner
field will never be shown unless the user has TICKET_MODIFY
. If the user does have TICKET_MODIFY
, then the owner
field is appropriately controlled by the SimpleTicketPlugin configuration.
Please reopen if you find this doesn't work on 0.11 or 0.12. 0.10 won't be supported, but I'll accept patches.
SimpleTicket only handles ticket entry, not ticket modification. This is unlikely to be fixed until there is better upstream support for fine-grained permissions, unless someone wants to contribute a patch.