Modify ↓
Opened 19 years ago
Closed 19 years ago
#2701 closed defect (worksforme)
permission groups aren't heirarchical
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.9.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
- When setting access permissions with trac-admin, it's possible to do
-
permission add group1 TICKET_CREATE
permission add group2 TICKET_MODIFY
permission add user1 group1
permission add user2 group1
permission add user3 group2
- however, doing
- permission add group2 group1
does not seem to have the expected effect (user3 does not have TICKET_CREATE permissions). This would be really useful if it did.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The permissions groups are heirarchical as you expected. You've probably flipped something around when adding the group permissions so that they aren't structured quite how you want. Your example above works correctly.