[Product-Developers] Re: plone.DelegateRoles configuration error

Martin Aspeli optilude at gmx.net
Mon Aug 25 12:48:56 UTC 2008


Brayton Osgood wrote:
> 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.

You just need to import the package/file that defines the permission 
first, e.g.

  <include package="plone.app.workflow" />
  <browser:page ... />

Martin

-- 
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book





More information about the Product-Developers mailing list