Edgewall Software

Changes between Version 64 and Version 65 of TracPermissions


Ignore:
Timestamp:
Aug 25, 2009, 9:10:59 AM (15 years ago)
Author:
Ryan J Ollos
Comment:

Adding a note that a user with TICKET_ADMIN can also edit the reporter field of a ticket. I have tested this by first confirming that TICKET_ADMIN priviledges grant this option, and then assigning a second user to have every TICKET_* permission except TICKET_ADMIN (TICKET_APPEND TICKET_CHGPROP TICKET_CREATE TICKET_EDIT_CC TICKET_EDIT_DESCRIPTION TICKET_MODIFY). The second user could not modify the reporter field (or even see the reporter field before before the ticket was created).

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v64 v65  
    4949|| `TICKET_EDIT_CC` || Full modify cc field ||
    5050|| `TICKET_EDIT_DESCRIPTION` || Modify description field ||
    51 || `TICKET_ADMIN` || All `TICKET_*` permissions, plus the deletion of ticket attachments and modification of the description field. It also allows managing ticket properties in the WebAdmin panel. ||
     51|| `TICKET_ADMIN` || All `TICKET_*` permissions, plus the deletion of ticket attachments and modification of the reporter and description fields. It also allows managing ticket properties in the WebAdmin panel. ||
    5252
    5353Attention: the "view tickets" button appears with the `REPORT_VIEW` permission.