PMCORE-1641

This commit is contained in:
Andrea Adamczyk
2020-06-18 11:11:13 -04:00
parent 5b1294aa83
commit 0d1c5e426e
2 changed files with 32 additions and 1 deletions

View File

@@ -69,7 +69,8 @@ class Lists
];
// If the feature for highlight the home folders is disabled, add self-service list to the map
if (!HIGHLIGHT_HOME_FOLDER_ENABLE) {
$flag = defined('HIGHLIGHT_HOME_FOLDER_ENABLE') ? HIGHLIGHT_HOME_FOLDER_ENABLE : 0;
if (!$flag) {
$this->mapList['ListSelfService'] = 'CASES_SELFSERVICE';
}