From f09470ee6d8a9ee8493ca0e72f9347905189342e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 12 Dec 2013 14:05:24 +0100
Subject: [PATCH] disable sort on "change state" listbox

---
 .../workflow_action_listbox.xml                      | 12 ++++++++++++
 product/ERP5/bootstrap/erp5_core/bt/revision         |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog/workflow_action_listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog/workflow_action_listbox.xml
index 6dc1e2fcc6..f148cf7602 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog/workflow_action_listbox.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewWorkflowActionDialog/workflow_action_listbox.xml
@@ -15,6 +15,7 @@
                 <string>external_validator</string>
                 <string>list_method</string>
                 <string>selection_name</string>
+                <string>sort_columns</string>
                 <string>title</string>
               </list>
             </value>
@@ -170,6 +171,17 @@
                     <key> <string>selection_name</string> </key>
                     <value> <string>folder_workflow_action_selection</string> </value>
                 </item>
+                <item>
+                    <key> <string>sort_columns</string> </key>
+                    <value>
+                      <list>
+                        <tuple>
+                          <string>none</string>
+                          <string>none</string>
+                        </tuple>
+                      </list>
+                    </value>
+                </item>
                 <item>
                     <key> <string>target</string> </key>
                     <value> <string>Click to edit the target</string> </value>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 2353af71b1..c7fcb94291 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-41143
\ No newline at end of file
+41144
\ No newline at end of file
-- 
2.30.9