[CMF-checkins] CVS: CMF - folder_edit.py:1.2

tseaver@digicool.com tseaver@digicool.com
Tue, 19 Jun 2001 15:15:26 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault/skins/content
In directory korak.digicool.com:/tmp/cvs-serv18453/CMFDefault/skins/content

Modified Files:
	folder_edit.py 
Log Message:


 - Merge changes to implement new permission, "List folder contents",
   used by 'folder_contents', 'CMFCore.PortalFolder', etc. to protect
   the "contents" view of a folder (Tracker #320).
   
   Note that this is really only a UI change:  'PortalFolder.contentIds',
   'PortalFolder.contentValues', and 'PortalFolder.contentItems' are
   still public, to allow for reasonable "site map" views on folders.




--- Updated File folder_edit.py in package CMF --
--- folder_edit.py	2001/06/18 19:39:33	1.1
+++ folder_edit.py	2001/06/19 19:14:55	1.2
@@ -7,5 +7,6 @@
 
 qst='?portal_status_message=Folder+changed.'
  
-context.REQUEST.RESPONSE.redirect( context.absolute_url() + '/folder_contents' + qst )
+context.REQUEST.RESPONSE.redirect( context.absolute_url()
+                                 + '/folder_contents' + qst )