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:
committed by
Julio Cesar Laura Avendaño
commit
c1f0bcf387
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user