Edgewall Software

Changes between Version 106 and Version 107 of TracPermissions


Ignore:
Timestamp:
Nov 16, 2019, 7:34:15 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Document #12719.

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissions

    v106 v107  
    107107|| `ATTACHMENT_DELETE` || `TICKET_ADMIN` || `WIKI_DELETE` || `MILESTONE_DELETE` ||
    108108}}}
     109
     110An authenticated user can delete an attachment //they added// without possessing the permission
     111that grants `ATTACHMENT_DELETE`.
    109112
    110113If explicit attachment permissions are preferred, `ATTACHMENT_CREATE`, `ATTACHMENT_DELETE` and `ATTACHMENT_VIEW` can be created using the [trac:ExtraPermissionsProvider]. The simplest implementation is to simply define the actions.