[Zope-CMF] Help: DC Workflow!!
John Morton
jwm@plain.co.nz
Tue, 7 Jan 2003 11:46:00 +1300
On Mon, 06 Jan 2003 14:16, John Paul wrote:
> Hi all,
>
> Im using CMF default workflow [Classic]. My goal is like the Simple Review
> / Publish Policy with some added feature like Email Reviewer when a
> certain content type were submitted and the Reviewer sends an e-mail when
> it has been reviewed and published. My problem is that when MemberA
> submits a News Item or any content type other Members were able to see
> the URL with a notice that the content type is in Pending mode. I want
> only the Reviewer and Creator will be able to see this notice. I know that
> the Default Workflow doesn't have this kind of behavior. How will it
> happen? Any help is appreciated. Thanks.......
The first place to check is the permissions matrix for the Pending state in
your workflow. You want it set so that only the Reviewer and Owner roles have
the appropriate 'View' permission set on it. I usually set the common,
visible state to use acquisition and set all the intermediate states like
'Pending' and so forth explicitly in order to keep these relationships clear.
John