Hi,

I'm trying to register a new page template for the sharing page. I copied the registration for the sharing page from plone.app.workflow and made my changes, but when I try to start my instance, I get this error.

Any suggestions would be greatly appreciated, "page" requires a permission, so I don't know how to get around this.

Thanks,
Brayton

File "/opt/Plone-3.1.2-brayt/zeocluster/parts/zope2/lib/python/zope/ component/_api.py", line 207, in getUtility
    raise ComponentLookupError(interface, name)
zope.configuration.config.ConfigurationExecutionError: zope.component.interfaces.ComponentLookupError: (<InterfaceClass zope.security.interfaces.IPermission>, 'plone.DelegateRoles')
  in:

File "/opt/Plone-3.1.2-brayt/zeocluster/src/my.product/my/product/ browser/configure.zcml", line 72.4-79.10
      <browser:page
          name="sharing"
        class="plone.app.workflow.browser.sharing.SharingView"
        for="*"
        template="../templates/my_sharing.pt"
          permission="plone.DelegateRoles"
        layer=".interfaces.IThemeSpecific"
          />


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to