User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_all_depts_divs.bpmn
This commit is contained in:
parent
2fb83a329f
commit
495eea252d
|
@ -382,7 +382,7 @@ departments_and_divisions = {
|
||||||
if is_bamboo_dept_list or is_bamboo_dept_enum_list:
|
if is_bamboo_dept_list or is_bamboo_dept_enum_list:
|
||||||
departments = departments_and_divisions.get("Department", [])
|
departments = departments_and_divisions.get("Department", [])
|
||||||
|
|
||||||
is_bamboo_dept_list:
|
if is_bamboo_dept_list:
|
||||||
dept_list = [{"id": x["id"], "name": x["name"]} for x in departments]
|
dept_list = [{"id": x["id"], "name": x["name"]} for x in departments]
|
||||||
|
|
||||||
if is_bamboo_dept_enum_list:
|
if is_bamboo_dept_enum_list:
|
||||||
|
|
Loading…
Reference in New Issue