On 19 May 2010 09:31, Raphael Ritz <[email protected]> wrote:

> Mike Metcalfe wrote:
>
> [..]
>
> > The problems:
> > When I try create a subscription instance in the member profile (with
> > at_rename_after_creation = True) I get:
> > "The currently logged-in user does not have the <b>Copy or Move</b>
> > permission respective to the object". If I give owner this permission in
> > the member workflow via the zmi, it works. So I thought I could simply
> > add 'Copy or Move' to the private state in my setup handlers like this:
>
> Many times this is a side effect of using 'portal_factory'
> as objects are copied from the factory to their final target location.
> Since you are dealing with custom types that are only created
> in one specific context you might get away without the factory.
> You can configure in ZMI -> portal_factory -> factory types tab
> which types should "go through the factory" - and which not.
>
> Get back if this doesn't do the trick.
>
> Good luck,
>

Hi Raphael,

Thanx for responding but unfortunately no luck. I removed the Copy or Move
permission from private and unticked Subscription in factory types and got
the same permission error as before.

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

Reply via email to