[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.86.10.1

Lennart Regebro cvs-admin at zope.org
Tue Nov 4 12:41:26 EST 2003


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv22593/lib/python/OFS

Modified Files:
      Tag: regebro-property_title-branch
	CopySupport.py 
Log Message:
Collector #391. Now you can't cut unless you can delete. 
You still can copy though. :)


=== Zope/lib/python/OFS/CopySupport.py 1.86 => 1.86.10.1 ===
--- Zope/lib/python/OFS/CopySupport.py:1.86	Tue Sep 23 17:15:41 2003
+++ Zope/lib/python/OFS/CopySupport.py	Tue Nov  4 12:40:56 2003
@@ -32,8 +32,10 @@
 
     __ac_permissions__=(
         ('View management screens',
-         ('manage_cutObjects', 'manage_copyObjects', 'manage_pasteObjects',
+         ('manage_copyObjects', 'manage_pasteObjects',
           'manage_renameForm', 'manage_renameObject', 'manage_renameObjects',)),
+        ('Delete objects',
+         ('manage_cutObjects')),
         )
 
 




More information about the Zope-Checkins mailing list