[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.85.2.2
Lennart Regebro
cvs-admin at zope.org
Tue Nov 4 12:56:25 EST 2003
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv25203/lib/python/OFS
Modified Files:
Tag: Zope-2_7-branch
CopySupport.py
Log Message:
Collector #391: Cut and paste now requires delete permissions.
=== Zope/lib/python/OFS/CopySupport.py 1.85.2.1 => 1.85.2.2 ===
--- Zope/lib/python/OFS/CopySupport.py:1.85.2.1 Tue Sep 23 17:15:33 2003
+++ Zope/lib/python/OFS/CopySupport.py Tue Nov 4 12:55:55 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