diff --git a/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue b/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue index 7188f99d3..4595b9ee6 100644 --- a/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue +++ b/workflow/engine/methods/userPersonalInformation/src/components/personalInformation.vue @@ -827,6 +827,14 @@ this.form[i] = value; } } + //other + if ("REPLACED_NAME" in response.data.user && + "USR_REPLACED_BY" in response.data.user) { + this.usersList = [{ + value: response.data.user.USR_REPLACED_BY, + text: response.data.user.REPLACED_NAME + }]; + } } }) .catch(error => {