Opened 14 years ago
Closed 14 years ago
#9958 closed defect (worksforme)
admin permission does not include all other permissions
Reported by: | anonymous | Owned by: | Remy Blank |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | admin/console | Version: | 0.12.1 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
when removing all permissions from anonymous and giving ticket_admin perm to a specific user, thren the user coud not view tickets. Seems that having admin permission does not automatcally include all other permissions of the same type
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
Milestone: | 0.12.2 → unscheduled |
---|---|
Priority: | normal → high |
Severity: | normal → major |
Version: | → 0.12.1 |
comment:2 by , 14 years ago
Milestone: | unscheduled → 0.12.2 |
---|---|
Owner: | set to |
comment:3 by , 14 years ago
Milestone: | 0.12.2 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
I can't reproduce this. With anonymous
having no TICKET_*
permissions, and a specific user having only TICKET_ADMIN
, I'm able to change all aspects of tickets.
Please note that the permission is named TICKET_ADMIN
and not ticket_admin
as mentioned in the description.
TICKET_ADMIN
should include all otherTICKET_*
permissions, except if we somehow forgot recursive permission expansion. I'll check that.