Skip to content

Commit

Permalink
Merge pull request #216 from 4teamwork/jone-lawgiver
Browse files Browse the repository at this point in the history
Lawgiver: ignore dexterity add new categories permission.
  • Loading branch information
jone committed Mar 11, 2015
2 parents bbb555c + d0385be commit 6319961
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ftw/contentpage/lawgiver.zcml
Expand Up @@ -35,4 +35,14 @@
permissions="ftw.contentpage: Add teaser link"
/>


<!-- The dexterity add new categories behavior should behave like
the archetypes role based version (KeywordWidget).
For having the same behavior we want everything to acquire and
therefore exclude the permission from the workflow by default.
-->
<lawgiver:ignore
permissions="ftw.contentpage: Add new categories 'content categories behavior'"
/>

</configure>

0 comments on commit 6319961

Please sign in to comment.