kagesenshi / diazotheme.bootstrap

Twitter bootstrap based theme for Plone
Other
27 stars 27 forks source link

Update diazotheme/bootstrap/configure.zcml #6

Closed silviot closed 11 years ago

silviot commented 11 years ago

Without this I get

zope.configuration.config.ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>: (, u'cmf.ManagePortal')   in:   File "/path/to/instance/src/diazotheme.bootstrap/diazotheme/bootstrap/portlet/configure.zcml", line 7.4-16.6       <plone:portlet           name="diazotheme.bootstrap.portlet.carousel"           interface=".carousel.ICarouselPortlet"           assignment=".carousel.Assignment"           view_permission="zope2.View"           edit_permission="cmf.ManagePortal"           renderer=".carousel.Renderer"           addview=".carousel.AddForm"           editview=".carousel.EditForm"       />

kagesenshi commented 11 years ago

thanks silviot! .. apparently i missed this as another product i used in my dev buildout already included the permissions ..