From a17936a56b5f7fa95a3b022da06a8423aaed57be Mon Sep 17 00:00:00 2001
From: Tomas Peterka <tomas.peterka@nexedi.com>
Date: Tue, 27 Mar 2018 10:06:11 +0200
Subject: [PATCH] [erp5_core] Reassign "Change State" action as object_action
 to hide it in the new UI

---
 .../portal_types/portal_actions/mass_workflow.xml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/portal_actions/mass_workflow.xml b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/portal_actions/mass_workflow.xml
index 74930b66be..66f8bf708a 100644
--- a/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/portal_actions/mass_workflow.xml
+++ b/product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/portal_actions/mass_workflow.xml
@@ -14,7 +14,7 @@
         </item>
         <item>
             <key> <string>category</string> </key>
-            <value> <string>workflow</string> </value>
+            <value> <string>object_action</string> </value>
         </item>
         <item>
             <key> <string>condition</string> </key>
-- 
2.30.9