[Checkins] SVN: Zope3/trunk/src/zope/app/undo/configure.zcml Fix misconfigured zcml. This should have a test.

Gary Poster gary at zope.com
Fri Apr 28 20:45:17 EDT 2006


Log message for revision 67746:
  Fix misconfigured zcml.  This should have a test.
  

Changed:
  U   Zope3/trunk/src/zope/app/undo/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/undo/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/undo/configure.zcml	2006-04-29 00:44:10 UTC (rev 67745)
+++ Zope3/trunk/src/zope/app/undo/configure.zcml	2006-04-29 00:45:17 UTC (rev 67746)
@@ -73,8 +73,8 @@
       >
 
     <browser:page
-        name="undoTransactions.html"
-        attribute="undoPrincipalTransactions"
+        name="undoAllTransactions.html"
+        attribute="undoAllTransactions"
         />
 
     <browser:page



More information about the Checkins mailing list