Opened 16 years ago
Closed 16 years ago
#8491 closed defect (worksforme)
When disabling ticket modifications permissions, unable to search tickets by owner
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | none |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
We have recently decided to disable bug creations and modifications. I've removed the following permissions from ALL users: TICKET_APPEND, TICKET_CREATE, TICKET_MODIFY, TICKET_CHGPROP
All users were left with the following permissions: TICKET_VIEW (and other non-tickets related permissions).
The problem is that when I go and search for tickets ("View tickets"), all the owners have gone. I can only search for tickets owned by people who are TRAC_ADMINS or TICKET_ADMINS.
Any thoughts?
I'm using TRAC 0.10.4.



Set
[ticket] restrict_owner = falseintrac.ini. Otherwise, only users withTICKET_MODIFYare shown in the search select box. This is by design.