From 1c8ff0865171f8b0bcaa07ddde1e678f75ae3193 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 15 Dec 2005 12:44:53 +0000
Subject: [PATCH] change in transition due to form name changes in erp5_core

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4666 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../bootstrap/business_template_installation_workflow.xml    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/business_template_installation_workflow.xml b/product/ERP5/bootstrap/business_template_installation_workflow.xml
index f8db07ed9a..f92ee73603 100755
--- a/product/ERP5/bootstrap/business_template_installation_workflow.xml
+++ b/product/ERP5/bootstrap/business_template_installation_workflow.xml
@@ -89,6 +89,7 @@
             <value>
               <tuple>
                 <list>
+                  <string>nexedi</string>
                   <string>acl_users</string>
                 </list>
                 <string>ac</string>
@@ -1073,7 +1074,7 @@ IChQeXRob24pcwgAAAA8bW9kdWxlPgEAAABzAAAAAA==</string> </value>
         </item>
         <item>
             <key> <string>actbox_url</string> </key>
-            <value> <string>%(content_url)s/BusinessTemplate_installationChoice?workflow_action=install_action</string> </value>
+            <value> <string>%(content_url)s/BusinessTemplate_viewInstallationDialog?workflow_action=install_action</string> </value>
         </item>
         <item>
             <key> <string>after_script_name</string> </key>
@@ -1225,7 +1226,7 @@ IChQeXRob24pcwgAAAA8bW9kdWxlPgEAAABzAAAAAA==</string> </value>
         </item>
         <item>
             <key> <string>actbox_url</string> </key>
-            <value> <string>%(content_url)s/BusinessTemplate_installationChoice?workflow_action=reinstall_action</string> </value>
+            <value> <string>%(content_url)s/BusinessTemplate_viewInstallationDialog?workflow_action=reinstall_action</string> </value>
         </item>
         <item>
             <key> <string>after_script_name</string> </key>
-- 
2.30.9