cubicweb/web/views/workflow.py
branch3.26
changeset 12432 2fcb53ee5178
parent 12251 fd7086b701de
child 12503 b01dd0ef43aa
--- a/cubicweb/web/views/workflow.py	Tue Oct 09 16:24:12 2018 +0200
+++ b/cubicweb/web/views/workflow.py	Mon Oct 29 10:04:31 2018 +0100
@@ -189,8 +189,8 @@
 class WorkflowActions(action.Action):
     """fill 'workflow' sub-menu of the actions box"""
     __regid__ = 'workflow'
-    __select__ = (action.Action.__select__ & one_line_rset() &
-                  relation_possible('in_state'))
+    __select__ = (action.Action.__select__ & one_line_rset()
+                  & relation_possible('in_state'))
 
     submenu = _('workflow')
     order = 10