[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser - configure.zcml:1.4

Albertas Agejevas alga@codeworks.lt
Thu, 8 Aug 2002 05:47:28 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv9778

Modified Files:
	configure.zcml 
Log Message:
Fixed a typo that broke ZSQL edit form submission

=== Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml:1.3	Fri Jul 19 09:12:33 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/configure.zcml	Thu Aug  8 05:47:28 2002
@@ -24,7 +24,7 @@
     factory=".Views.Browser.SQLScriptEdit.">
 
   <browser:page name="editForm.html" attribute="form" />
-  <browser:page name="edit.html" attribute="edit" />
+  <browser:page name="edit.html" attribute="action" />
 
 </browser:view>