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:
Roly Rudy Gutierrez Pinto
2020-12-17 14:58:02 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -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();
}); });
}, },