Hey Jesse, I think I have the same problem but without borg... is this the error you get? TraversalError: (<UnauthorizedBinding: context>, 'at_base_edit_view')
It seems to come from the fact that when in the factory the settings applied by CMFPlacefulWorkflow are ignored, and the newly created object attains the site-wide security settings from it's inital state as set in portal_workflow. Any clue how to get around this? Could portal_factory be fixed? Christian jessesnyder schrieb: > I'm finding that users assigned the Manager role on a Project (but who are > not global site managers) cannot add content to the project if the type of > content they are adding is managed by the portal_factory. If I take the type > out of portal_factory's types, they are able to add objects of that type. > > I see a getRoles() method on factory_adapter.FactoryTempFolderProvider that > looks like it might be intended to handle this, but as far as I can tell > it's not getting called. > > Ideas? > > My environment: > I'm testing on plone 3.0.5, from a buildout, on zope 2.10.5 > > borg.project-1.1rc1 > borg.localrole-1.1rc2 > CMFPlacefulWorkflow 1.2.1 _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
