[Zope-CMF] Move content recipes, unable to cook

Ausum Studio ausum_studio@hotmail.com
Thu, 13 Mar 2003 20:15:29 -0500


You may follow the creation of custom link-objects way, instead of moving
the whole object. I think there is already a recipe for that.

By doing this, you can use them as dummies from the original content - using
restrictedTraverse and its 'remote_url' properties - , so that they will
perform just as if they were the original objects, and also will be
cacheable independently.


Ausum




----- Original Message -----
From: <yosoytontoperotu@eresmas.com>
To: <zope-cmf@zope.org>
Sent: Thursday, March 13, 2003 5:03 PM
Subject: [Zope-CMF] Move content recipes, unable to cook


> I'm trying to setup a site where when content is "publicized" it will
> be moved into a "group-folder" (depending on the roles of the owner)
>
> So I thought it would be better to start trying recipes:
>
> Move object in DCWorkflow
> http://www.zopelabs.com/cookbook/1029298314
>
> move content on publish, notifying content owner of the change
> http://www.zopelabs.com/cookbook/1029298314
>
> I am a bad chef, I stripped out the e-mail part of the second recipe
> and add the script to execute after "publicize" transition. But all I
> got is the error:
>
> Error Type
> Unauthorized
> Error Value
> You are not allowed to access manage_pasteObjects in this context
>
> Source folder is my personal folder and dest. folder is one where my
> role has permissions for adding, viewing, listing, moving, etc...
>
> Also, in the mappings between object types and folders how do I
> specify subfolders?
> I tried: 'Event' : 'foo/bar' and got a "Key value error". I don't want
> to use top-level folders only.
>
> Thanks for you patience. Good morning/day wherever you are.
>
>
>
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://mail.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests
>