Merged in bugfix/PMCORE-3526 (pull request #8281)
PMCORE-3526 Approved-by: Rodrigo Quelca
This commit is contained in:
@@ -467,11 +467,11 @@
|
||||
mounted() {
|
||||
this.$nextTick(function () {
|
||||
let promise = null;
|
||||
this.getTimeZoneList();
|
||||
if ("USR_UID" in window && window.USR_UID !== "") {
|
||||
this.editing = true;
|
||||
promise = this.load();
|
||||
promise.then(response => {
|
||||
response;
|
||||
promise.then(() => {
|
||||
this.loadServices();
|
||||
});
|
||||
} else {
|
||||
@@ -851,7 +851,6 @@
|
||||
loadServices() {
|
||||
this.getCountryList();
|
||||
this.getAvailableCalendars();
|
||||
this.getTimeZoneList();
|
||||
this.getLanguagesList();
|
||||
this.getDefaultMainMenuOptionList();
|
||||
this.getDefaultCasesMenuOptionList();
|
||||
|
||||
Reference in New Issue
Block a user