[Zope] Newbie: Ownership confusion
Chris Withers
chrisw@nipltd.com
Tue, 09 Jul 2002 12:02:59 +0100
Rebecca.R.Hepper@seagate.com wrote:
>
> <table tal:define="myhere root/myportal/topfolder/folderA">
> <tr valign="top" align="left" tal:repeat="folders
> python:myhere.objectValues('Folder')">
> <td><input type="radio" name="release" value="folders" tal:attributes
> ="value folders/title"></td>
> </tr>
>
> I run into problems depending on who owns the subfolders in folderA. If
> admin created the folderA/subfolder, the form will display a radio button
> for the folder. If anyone else (i.e. manager, owner, member) creates the
> subfolder, it will not be displayed.
Are you sure your code is exactly as above? I can't see hwo any permission-based filtering
would be taking place. If there were permission problems, I'd expected the basci auth
dialog box to pop up. What type of user folder are you using?
> Also, is there a way to add a string to the description field of a folder?
What do you mean by 'description field'?
cheers,
Chris