Skip to content

Commit

Permalink
adding SyndicatableFeedItems to the permitted vocabularies list
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 15, 2013
1 parent d4addcc commit 2102164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plone/app/widgets/browser.py
Expand Up @@ -30,7 +30,8 @@
_permissions = {
'plone.app.vocabularies.Users': 'Modify portal content',
'plone.app.vocabularies.Catalog': 'View',
'plone.app.vocabularies.Keywords': 'Modify portal content'
'plone.app.vocabularies.Keywords': 'Modify portal content',
'plone.app.vocabularies.SyndicatableFeedItems': 'Modify portal content'
}


Expand Down

1 comment on commit 2102164

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing information:

Please sign in to comment.