[Zope-CMF] Formatting workflow url's

2007-11-20 Thread Charlie Clark

Hi,

I'm hacking away and I want my folders to automatically publish their  
children and it looks like the quickest solution and presumably way  
to hell is to edit the action URL for publishing so something like:


%(content_url)s/folder_publish? 
workflow_action=retractinclude_children=Truepaths:list='/'.join 
(content.getPhysicalPath())


would work, albeit somewhat clumsy! :blush: Except that I can't call  
methods on objects while string formatting which makes me wonder why  
portal, folder and isAnonymous are available.


Is it possible to do what I want with the URL or am I better off  
calling folder_publish from another script that does the work for me?


Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] Formatting workflow url's

2007-11-20 Thread Charlie Clark


Am 20.11.2007 um 16:02 schrieb Charlie Clark:

Is it possible to do what I want with the URL or am I better off  
calling folder_publish from another script that does the work for me?



This seems to be the easier and more controllable solution!

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests