From ae486a3bc685546ec103cf4b626901cb68e0acda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Ninivin?= <cedric.leninivin@tiolive.com> Date: Thu, 23 Apr 2015 14:55:42 +0000 Subject: [PATCH] erp5_core: move preference_workflow to validation_workflow --- .../listbox.xml | 36 +++++++++++++++++-- .../portal_workflow/preference_workflow.xml | 2 +- 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/PreferenceTool_viewPreferenceList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/PreferenceTool_viewPreferenceList/listbox.xml index 13a6a99b06..551dccd6af 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/PreferenceTool_viewPreferenceList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/PreferenceTool_viewPreferenceList/listbox.xml @@ -316,7 +316,7 @@ <string>ID</string> </tuple> <tuple> - <string>translated_preference_state_title</string> + <string>translated_validation_state_title</string> <string>Active</string> </tuple> <tuple> @@ -357,7 +357,7 @@ <string>Description</string> </tuple> <tuple> - <string>translated_preference_state_title</string> + <string>translated_validation_state_title</string> <string>Status</string> </tuple> <tuple> @@ -379,6 +379,10 @@ <key> <string>default</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>default_display_style</string> </key> + <value> <string>table</string> </value> + </item> <item> <key> <string>default_params</string> </key> <value> @@ -389,6 +393,12 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>display_style_list</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>domain_root_list</string> </key> <value> @@ -427,6 +437,10 @@ <list/> </value> </item> + <item> + <key> <string>global_search_column</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>height</string> </key> <value> <int>5</int> </value> @@ -435,6 +449,10 @@ <key> <string>hidden</string> </key> <value> <int>0</int> </value> </item> + <item> + <key> <string>hide_rows_on_no_search_criterion</string> </key> + <value> <int>0</int> </value> + </item> <item> <key> <string>lines</string> </key> <value> <int>30</int> </value> @@ -470,6 +488,10 @@ </list> </value> </item> + <item> + <key> <string>page_navigation_template</string> </key> + <value> <string>ListBox_viewSliderPageNavigationRenderer</string> </value> + </item> <item> <key> <string>page_template</string> </key> <value> <string></string> </value> @@ -503,6 +525,10 @@ <key> <string>reverse</string> </key> <value> <int>0</int> </value> </item> + <item> + <key> <string>row_css_method</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>search</string> </key> <value> <int>1</int> </value> @@ -548,6 +574,12 @@ <key> <string>stat_method</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>style_columns</string> </key> + <value> + <list/> + </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Preferences</string> </value> diff --git a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml index c7a4105018..dad2d471f3 100644 --- a/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml +++ b/product/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/preference_workflow.xml @@ -54,7 +54,7 @@ </item> <item> <key> <string>state_var</string> </key> - <value> <string>preference_state</string> </value> + <value> <string>validation_state</string> </value> </item> <item> <key> <string>title</string> </key> -- 2.30.9