[Zope-CMF] Re: Topic returns Private documents
   
    Lynn Walton
     
    waltonl@franklin.edu
       
    Fri, 08 Feb 2002 14:41:44 -0600
    
    
  
Do a find on this page for Class ObjectManager then look for  objectValues  to see the
arguments it takes ...
http://www.zope.org/Members/michel/ZB/AppendixB.dtml
Then take a look at:  skip_unauthorized  which can be used in a dtml-in tag.  It's in
this page:
http://www.zope.org/Members/michel/ZB/AppendixA.dtml
Lynn
> How can I stop a Topic returning Private content. The topic_view form use
> methods called 'contentValues' and queryCatalog  which need some sort of
> modification, but I can't find the documentation of the methods to
> understand how to change it.
>
> Can anyone help?
>
> John Knutson
>