[CMF-checkins] CVS: CMF/CMFCore - PortalFolder.py:1.55
Yvo Schubbe
schubbe at web.de
Thu Jan 8 03:33:36 EST 2004
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv3414/CMFCore
Modified Files:
PortalFolder.py
Log Message:
Oops! category has to start with 'folder' to get the right permission context
=== CMF/CMFCore/PortalFolder.py 1.54 => 1.55 ===
--- CMF/CMFCore/PortalFolder.py:1.54 Wed Jan 7 11:46:03 2004
+++ CMF/CMFCore/PortalFolder.py Thu Jan 8 03:33:05 2004
@@ -82,7 +82,7 @@
, 'name' : 'Rename items'
, 'action': 'string:${object_url}/folder_rename_form'
, 'permissions' : (AddPortalContent,)
- , 'category' : 'redirect'
+ , 'category' : 'folder'
, 'visible' : 0
}
)
More information about the CMF-checkins
mailing list