django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Permissions issue when using EntryPlaceholder? #58

Closed imagescape closed 7 years ago

imagescape commented 7 years ago

All seems well with superusers, but regular staff users get "You do not have permission to add a plugin" when trying to add plugins to the entry placeholder, despite being given all possible permissions.

imagescape commented 7 years ago

Scratch that. I failed to use PlaceholderAdminMixin in my admin class. That fixed it.