Modify ↓
Opened 14 years ago
Closed 9 years ago
#9445 closed enhancement (duplicate)
Adding new action
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | ticket system | Version: | 0.11 |
Severity: | normal | Keywords: | component permissions |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I need to give action permission to create/edit component to particular user, without giving TICKET_ADMIN action permission. Means how can I add following permission
COMPONENT_ADMIN, COMPONENT_CREATE, COMPONENT_DELETE, COMPONENT_MODIFY.
Attachments (0)
Change History (2)
comment:1 by , 14 years ago
Keywords: | component permissions added |
---|---|
Milestone: | 0.11.7.1 → next-major-0.1X |
Priority: | high → low |
Severity: | major → normal |
comment:2 by , 9 years ago
Milestone: | next-major-releases |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
This should be possible with TracFineGrainedPermissions. After #11069, you can grant TICKET_ADMIN
for admin:ticket/components
.
Note:
See TracTickets
for help on using tickets.
You can't for now, or rather you can add them with the TracAdmin tool, but that won't get you far, as those permissions are not checked yet.
Also related to TracDev/Proposals/EvenFinerGrainedPermissions.