Merged in bugfix/PMCORE-2563 (pull request #7629)
PMCORE-2563 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com> Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
bc8a397dc3
@@ -69,6 +69,7 @@
|
|||||||
mounted() {
|
mounted() {
|
||||||
let promise = this.getRolesList();
|
let promise = this.getRolesList();
|
||||||
promise.then(response => {
|
promise.then(response => {
|
||||||
|
response;
|
||||||
this.changeRoles();
|
this.changeRoles();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user