[Zope-CMF] workflow

J Cameron Cooper zope-cmf at jcameroncooper.com
Thu Jan 27 12:52:22 EST 2005


Aruna wrote:
> Hi!
> I have created a workflow through the ZMI. I seem to be having a problem 
> assigning /specifying permissions or roles.
> 
> I am unable to figure out how if the  multiple roles I specify in the
> transitions tab in the ZMI is actually right.
> Should I give them comma seperated or with semicolons?
> For eg:
> I need to be able to say users "with all the following roles " can 
> approve an object
> 
> Reader, Writer, Approver.
> 
> Do I give
> 
> Reader; Writer; Approver
> OR
> Reader, Writer, Approver
> OR
> Reader and Writer and Approver

I gather from DCWorkflow/Guard.py that they are semi-colon separated.

In general, separations will only be semi-colons, commas, or spaces. 
Usually you can test all these combinations in short order to find out 
which is right.

		--jcc

--
"Building Websites with Plone"
http://plonebook.packtpub.com/



More information about the Zope-CMF mailing list