[Erp5-report] r13884 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: ActionTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 3 12:00:43 CEST 2007


Author: vincent
Date: Tue Apr  3 12:00:38 2007
New Revision: 13884

URL: http://svn.erp5.org?rev=13884&view=rev
Log:
Remove intermediate script wen installing from business template. It was used to reset the selection but made the action selection widget (available when multiple actions are available in the same category) display the wrong current action. The selection is now reset by parameter provided in the action url.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%2520Tool/install_from_repository.xml?rev=13884&r1=13883&r2=13884&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml Tue Apr  3 12:00:38 2007
@@ -81,7 +81,7 @@
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>string:${object_url}/TemplateTool_callViewInstallRepositoryBusinessTemplateListDialog?reset=1</string> </value>
+            <value> <string>string:${object_url}/TemplateTool_viewInstallRepositoryBusinessTemplateListDialog?reset=1</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=13884&r1=13883&r2=13884&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Apr  3 12:00:38 2007
@@ -1,1 +1,1 @@
-286
+288




More information about the Erp5-report mailing list