Merged in bugfix/PMCORE-3324 (pull request #8133)

PMCORE-3324

Approved-by: Henry Jonathan Quispe Quispe
This commit is contained in:
Rodrigo Quelca
2021-09-20 14:23:42 +00:00
committed by Julio Cesar Laura Avendaño
5 changed files with 43 additions and 31 deletions

View File

@@ -407,9 +407,9 @@ export default {
if (!this.menuMap[item.item.id] && item.item.page !== "LegacyFrame" && item.item.page !== "advanced-search" ) {
this.page = "custom-case-list";
if (this.config.setting[item.item.page] && this.config.setting[item.item.page]["customCaseList"]) {
this.settings = this.config.setting[item.item.page]["customCaseList"][item.item.id];
this.pageData.settings = this.config.setting[item.item.page]["customCaseList"][item.item.id];
} else {
this.settings = {};
this.pageData.settings = {};
}
}
if (this.page === this.lastPage