[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/www/sutManage.zpt - made sure we don't call views inadvertently

Yvo Schubbe y.2010 at wcm-solutions.de
Thu Jun 17 03:52:06 EDT 2010


Log message for revision 113585:
  - made sure we don't call views inadvertently

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/www/sutManage.zpt

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/www/sutManage.zpt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/www/sutManage.zpt	2010-06-17 07:51:22 UTC (rev 113584)
+++ Products.GenericSetup/trunk/Products/GenericSetup/www/sutManage.zpt	2010-06-17 07:52:05 UTC (rev 113585)
@@ -17,7 +17,7 @@
 
 <h2>Import steps</h2>
 
-<tal:block define="view context/@@manage_importsteps;
+<tal:block define="view nocall:context/@@manage_importsteps;
                    invalid_steps view/invalidSteps;
                    double_steps view/doubleSteps;">
 
@@ -121,7 +121,7 @@
 
 <h2>Export steps</h2>
 
-<tal:block define="view context/@@manage_exportsteps;
+<tal:block define="view nocall:context/@@manage_exportsteps;
                    invalid_steps view/invalidSteps;
                    double_steps view/doubleSteps;">
 



More information about the checkins mailing list