Modify ↓
Ticket #458 (closed defect: fixed)
Opened 8 years ago
Last modified 4 years ago
trac-admin should support multiple action with permission add/delete
| Reported by: | utopiste | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | admin/console | Version: | devel |
| Severity: | normal | Keywords: | permission, trac-admin |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
Changed 8 years ago by utopiste
- Attachment trac-admin-multiple-action.patch added
comment:1 Changed 8 years ago by jonas
- Owner changed from daniel to jonas
- Status changed from new to assigned
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
Applied in [607], thanks!
Note: See
TracTickets for help on using
tickets.



Patch for allow this feature