Merged in bugfix/PMCORE-2905 (pull request #7845)

PMCORE-2905 Replaced By not saving

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Roly Rudy Gutierrez Pinto
2021-03-22 13:36:21 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -827,6 +827,14 @@
this.form[i] = value; 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 => { .catch(error => {