[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST -
ZReST.py:1.7.12.1
Jim Fulton
cvs-admin at zope.org
Sat Nov 15 07:11:59 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv23998/lib/python/Products/ZReST
Modified Files:
Tag: zodb33-devel-branch
ZReST.py
Log Message:
Removed a bogus permission declaration.
=== Zope/lib/python/Products/ZReST/ZReST.py 1.7 => 1.7.12.1 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.7 Sun Jul 6 06:44:11 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py Sat Nov 15 07:11:27 2003
@@ -91,7 +91,7 @@
return self.source
# edit form, which is also the primary interface
- security.declareProtected('Edit ReStructuredText', 'manage_editForm')
+ security.declareProtected('Edit ReStructuredText', 'manage_main')
manage_main = DTMLFile('dtml/manage_editForm', globals())
# edit action
More information about the Zope-Checkins
mailing list