Modify ↓
#458 closed defect (fixed)
trac-admin should support multiple action with permission add/delete
Reported by: | utopiste | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | admin/console | Version: | devel |
Severity: | normal | Keywords: | permission, trac-admin |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Before the patch
permission add fharvey TICKET_ADMIN permission add fharvey REPORT_CREATE permission add fharvey REPORT_MODIFY
After the patch
permission add fharvey TICKET_ADMIN REPORT_CREATE REPORT_MODIFY
need to say more ?
Attachments (1)
Change History (3)
by , 21 years ago
Attachment: | trac-admin-multiple-action.patch added |
---|
comment:1 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Patch for allow this feature