Modify ↓
Opened 13 years ago
Closed 8 years ago
#9995 closed enhancement (wontfix)
Require specific permissions for fields to be visible
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | SimpleTicketPlugin |
Severity: | normal | Keywords: | experimental permissions |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
This ticket is to implement the idea discussed in comment:14:ticket:9572:
... define a set of permissions (TICKET_VIEW_COMPONENT
, TICKET_EDIT_COMPONENT
, TICKET_VIEW_PRIORITY
, TICKET_EDIT_PRIORITY
, TICKET_VIEW_KEYWORDS
, TICKET_EDIT_KEYWORDS
, ...) and associate each permission with a field so that the field is hidden from view when the user doesn't have that permission.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Keywords: | experimental permissions added |
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Effort is better put towards trac:#9289 and trac:TracDev/Proposals/EvenFinerGrainedPermissions.