[[PageOutline(2-5,Contents,pullout)]] = 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. {{{ #!ini [trac] permission_policies = AttachmentDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy }}} == Bugs/Feature Requests == Existing bugs and feature requests for AttachmentPolicyPlugin are [report:9?COMPONENT=AttachmentPolicyPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=AttachmentPolicyPlugin&owner=framay new ticket]. == Download == Download the zipped source from [download:attachmentpolicyplugin here]. == Source == You can check out AttachmentPolicyPlugin from [http://trac-hacks.org/svn/attachmentpolicyplugin here] using Subversion, or [source:attachmentpolicyplugin 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. {{{ #!ini [trac] permission_policies = AttachmentDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy }}} == Recent Changes == [[ChangeLog(attachmentpolicyplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:framay] [[BR]] '''Maintainer:''' [wiki:framay] [[BR]] '''Contributors:'''