Commit ea5fdeef authored by Jérome Perrin's avatar Jérome Perrin

ERP5Workflow: add missing SortIndex property sheet

The views for States and Transitions have an `int_index` field, but the
property sheet was missing.
parent bfe34b81
......@@ -53,6 +53,7 @@ class Transition(XMLObject):
PropertySheet.XMLObject,
PropertySheet.CategoryCore,
PropertySheet.DublinCore,
PropertySheet.SortIndex,
PropertySheet.Transition,
)
......
......@@ -58,6 +58,7 @@ class State(XMLObject):
PropertySheet.XMLObject,
PropertySheet.CategoryCore,
PropertySheet.DublinCore,
PropertySheet.SortIndex,
PropertySheet.State,)
def getAvailableTransitionList(self, document):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment