[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST -
ZReST.py:1.9.2.1
Jim Fulton
cvs-admin at zope.org
Tue Nov 25 15:18:08 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv24052/lib/python/Products/ZReST
Modified Files:
Tag: Zope-2_8-devel-branch
ZReST.py
Log Message:
merged everything but ZODB and ZEO from zodb33-devel-branch
=== Zope/lib/python/Products/ZReST/ZReST.py 1.9 => 1.9.2.1 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.9 Tue Nov 4 12:27:16 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py Tue Nov 25 15:17:38 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