[Zope-CMF] private and pending items
Marc Lindahl
marc@bowery.com
Sun, 15 Dec 2002 22:24:17 -0500
You can also edit/make your own workflow with DCWorkflow - start with a
default workflow and edit the states. Works great.
On Friday, December 13, 2002, at 03:51 PM, Dieter Maurer wrote:
> Fearless Froggie writes:
>> I just set up a CMF portal with a couple of custom
>> types and noticed that private and pending items are
>> viewable if the user knows the URL for them. They are
>> also found by the search script. (Note -- these are
>> viewable by all users, even if not signed in.)
> With the "CMF default workflow [Revision 2]", the
> "private" state is no longer really private:
>
> So called "private" content can be seen and searched for
> by anyone.
>
> You can go back to "Revision 1" to have really private content
> (can be neither viewed nor search by anonymous users)
> or you can restrict your search script to return only
> "released" content to prevent occurrence of non-released
> content in search results.
>
>
> Dieter
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests