From 2dccdf90d9db90475856f1fd0789a5732b6eb84c Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Fri, 19 Mar 2021 15:38:27 -0400 Subject: [PATCH] PMCORE-2905 Replaced By not saving --- .../src/components/personalInformation.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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 => {