From 41b8f3b3a795ebafe1b8272cced402035f4b0deb Mon Sep 17 00:00:00 2001 From: demo Date: Fri, 21 Oct 2022 03:27:04 +0000 Subject: [PATCH] User: alex clicked save for shared/enumerations/enumerations.bpmn --- shared/enumerations/enumerations.bpmn | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) 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 = "" - - - - - - - - - - -