Bill Etheredge wrote: > Is there a way to use security (or anything else) to hide an object > contained in a folderish object from the owner of the folderish object. > Here is the use case: I have a new AT content type that is folderish. A > Plone site member can create a content object based on this new folderish > type. I want a manager role to be able to create a content object using > another new AT content type within this folderish object. The trick is that > I do not want the owner who created the folderish object to be able to see > the manager-created object. > > I have played around with various security settings without success. Any > suggestions?
Quite difficult to do it. And not very elegant. I don't know what you're trying to do, but would the following work in your case: Create a separate content type somewhere else in the site, accessible only to the manager. Allow those content types to have links to those folders you originally wanted to add only-manager content to? You can then create a new page template for your folders that display the manager-only information if the manager looks at it. Reinout -- Reinout van Rees r.van.rees @ zestsoftware.nl http://vanrees.org/weblog/ http://zestsoftware.nl/ "Military engineers build missiles. Civil engineers build targets." _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
