Opened 17 years ago
Closed 16 years ago
#2840 closed defect (fixed)
Access rights cannot be assigned to roles
Reported by: | Owned by: | Sebastian Marek | |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Access rights are not recognized when they are assigned to a role. They have to be assigned to an individual user which makes management of large teams almost impossible
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Example: I have 50 developers all having a role "developer" (go figure).
Now - in the TRAC admin panel - I assign your privilege "can conduct code review" (sorry don't know the exact privilege name on top of my head) to the role "developer".
If I now try and create a code review, only "developer" shows up in the list of available users. I would expect to see all 50 developers instead.
comment:3 Changed 16 years ago by
Status: | new → assigned |
---|
Now all users added to a role with CODE_REVIEW_DEV or CODE_REVIEW_MGR will be visible on the reviewers list when rasing or re-rasing code review. Bear in mind that role itself will be on the list too.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Are you talking about user management from trac admin panel? If so you can create a subject that can be treated as a role/group and then assign permissions to it.