[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST - ZReST.py:1.10

Jim Fulton cvs-admin at zope.org
Fri Nov 28 11:46:29 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv5378/lib/python/Products/ZReST

Modified Files:
	ZReST.py 
Log Message:
Fixed a  permission requiremement expressed for an incorrect method
name.


=== Zope/lib/python/Products/ZReST/ZReST.py 1.9 => 1.10 ===
--- Zope/lib/python/Products/ZReST/ZReST.py:1.9	Tue Nov  4 12:27:16 2003
+++ Zope/lib/python/Products/ZReST/ZReST.py	Fri Nov 28 11:46:28 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