[Zope] Preventing download of Document object
marc lindahl
marc@bowery.com
Sat, 29 Sep 2001 11:30:10 -0400
> From: Simon Blandford <home@simonb.org.uk>
>>
> Err yes. But how do I create a Document object in python with this
> permission disabled? If I don't set the view flag for the whole Document
> Library then no one will be able to do anything with it
Oh, I see....
In CMF this is easy :)
Without it, I guess, you'd make another product, which just inherited
everything from Document Library, then you could set permissions separately
for that product.