mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_get_employee.bpmn
This commit is contained in:
parent
a96db51efc
commit
85d9dec489
@ -37,7 +37,7 @@ if is_bamboo_first_name:
|
||||
get_employee_fields_cnt = get_employee_fields_cnt + 1
|
||||
|
||||
if is_bamboo_last_name:
|
||||
get_employee_fields = get_employee_fields + "lastName" if get_employee_fields_cnt = 0 else ",lastName"
|
||||
get_employee_fields = get_employee_fields + ("lastName" if get_employee_fields_cnt = 0 else ",lastName")
|
||||
get_employee_fields_cnt = get_employee_fields_cnt + 1
|
||||
|
||||
if is_bamboo_preferred_name:
|
||||
|
Loading…
x
Reference in New Issue
Block a user