PMCORE-3284:UI - set the color in the icon for custom case list

correction menu

documentation

CR
This commit is contained in:
fabio
2021-09-03 16:07:56 -04:00
parent c6be7f41d1
commit a5e860a0d9
5 changed files with 40 additions and 12 deletions

View File

@@ -401,7 +401,8 @@ export default {
pageParent: item.item.page,
pageName: item.item.title,
pageIcon: item.item.icon,
customListId: item.item.id
customListId: item.item.id,
color: item.item.colorScreen
}
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];