Adds permission TICKET_ATTACHMENT_DELETE, so deleting attachments can be done without giving permission TICKET_ADMIN

Description

Adds permission TICKET_ATTACHMENT_DELETE for exclusive right to delete and replace attachments, regardless who added / changed it.

Everybody who has permission TICKET_ATTACHMENT_DELETE can delete / replace attachments, regardless who added / changed it.

Once this plugin is enabled, you'll have to insert it at the appropriate place in your list of permission policies, e.g.

[trac]
permission_policies = AttachmentDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy

Bugs/Feature Requests

Existing bugs and feature requests for AttachmentPolicyPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out AttachmentPolicyPlugin from here using Subversion, or browse the source with Trac.

Example

Important: in order to work correctly, the module has to be placed in your list of permission policies, e.g.

[trac]
permission_policies = AttachmentDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy

Recent Changes

[10338] by framay on 06/20/11 16:14:21

initial commit for AttachmentPolicyPlugin (version 0.1.0)

[10337] by framay on 06/20/11 16:09:16

New hack AttachmentPolicyPlugin, created by framay

Author/Contributors

Author: framay
Maintainer: framay
Contributors:

Attachments