User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_all_depts_divs.bpmn
This commit is contained in:
parent
4e2825c0e8
commit
c55a4adf6c
|
@ -387,6 +387,9 @@ if is_bamboo_dept_list or is_bamboo_dept_enum_list:
|
|||
|
||||
if is_bamboo_dept_enum_list:
|
||||
dept_enum_list = [{"label": y["name"], "value": str(y["id"])} for y in dept_list]
|
||||
|
||||
if not(is_bamboo_dept):
|
||||
del(departments)
|
||||
|
||||
if is_bamboo_div_list or is_bamboo_div_enum_list
|
||||
divisions = departments_and_divisions.get("Division", [])
|
||||
|
@ -396,6 +399,9 @@ if is_bamboo_div_list or is_bamboo_div_enum_list
|
|||
|
||||
if is_bamboo_div_enum_list:
|
||||
div_enum_list = [{"label": y["name"], "value": str(y["id"])} for y in div_list]
|
||||
|
||||
if not(is_bamboo_div):
|
||||
del(divisions)
|
||||
|
||||
del(departments_and_divisions)
|
||||
del(bamboo_list_metadata)</bpmn:script>
|
||||
|
|
Loading…
Reference in New Issue