From acb52c7ced2b6069d063570827f4f2f7ab08158a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Tue, 27 Mar 2007 08:36:57 +0000 Subject: [PATCH] reset selection when calling template tool actions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13693 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Template%20Tool/download_from_repository.xml | 2 +- .../portal_types/Template%20Tool/install_from_repository.xml | 2 +- .../portal_types/Template%20Tool/upgrade_from_repository.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml index 021705d9b3..db00223445 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/download_from_repository.xml @@ -81,7 +81,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TemplateTool_viewDownloadRepositoryBusinessTemplateListDialog</string> </value> + <value> <string>string:${object_url}/TemplateTool_viewDownloadRepositoryBusinessTemplateListDialog?reset=1</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml index 0664819284..d7447bc096 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/install_from_repository.xml @@ -81,7 +81,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TemplateTool_callViewInstallRepositoryBusinessTemplateListDialog</string> </value> + <value> <string>string:${object_url}/TemplateTool_callViewInstallRepositoryBusinessTemplateListDialog?reset=1</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml index eb083da19f..ce44112b89 100644 --- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml +++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Template%20Tool/upgrade_from_repository.xml @@ -81,7 +81,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TemplateTool_viewUpgradeRepositoryBusinessTemplateListDialog</string> </value> + <value> <string>string:${object_url}/TemplateTool_viewUpgradeRepositoryBusinessTemplateListDialog?reset=1</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index c2567dc4fb..fefb598af8 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -280 \ No newline at end of file +284 \ No newline at end of file -- 2.30.9