diff --git a/shared/enumerations/enumerations.bpmn b/shared/enumerations/enumerations.bpmn index c989f4d1..12424c70 100644 --- a/shared/enumerations/enumerations.bpmn +++ b/shared/enumerations/enumerations.bpmn @@ -34,15 +34,6 @@ Flow_1nenbjs Flow_1vvnsbc - - # Build Enum List -enumerations_items_list_cnt = enumerations["Count"] -enumerations_list = [] -enumerations_list.append({'label': 'Add New', 'value': 'add'}) -for n in range(0, enumerations_items_list_cnt): - if enumerations_items_list[n]["Subject"] == "Enumeration": - enumerations_list.append({'label': enumerations_items_list[n]["Label"], 'value': enumerations_items_list[n]["Value"]}) - @@ -146,6 +137,10 @@ addLabel = "" + + + + @@ -164,6 +159,9 @@ addLabel = "" + + + @@ -176,17 +174,6 @@ addLabel = "" - - - - - - - - - - -