diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-11 15:23:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-11 15:23:44 +0000 |
commit | 3c18c815bcfaf89eba719e33792bd222f97f60e7 (patch) | |
tree | bd8b5daf712f7b97afefe9f6f7e98e41656fc2ba /www/Makefile | |
parent | 59504ffb18663e3c1529c04f884fb01b64d89bd3 (diff) |
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
or replace attachments, regardless who added / changed it.
WWW: http://trac-hacks.org/wiki/AttachmentPolicyPlugin
PR: ports/177423
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Notes
Notes:
svn path=/head/; revision=322776
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8b3e32f6001c..ec10ac8e1327 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1911,6 +1911,7 @@ SUBDIR += trac-addcomment SUBDIR += trac-advancedticketworkflow SUBDIR += trac-announcer + SUBDIR += trac-attachmentpolicy SUBDIR += trac-autocomplete SUBDIR += trac-batchmodify SUBDIR += trac-bzr |