Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2701 closed defect (worksforme)

permission groups aren't heirarchical

Reported by: mjhweb-trac-tickets@… 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)

Change History (1)

comment:1 by Matthew Good, 18 years ago

Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.