Merged in bugfix/PMCORE-2743 (pull request #7771)

PMCORE-2473

Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
Fabio Guachalla
2021-01-21 20:34:16 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 17 additions and 2 deletions

View File

@@ -554,7 +554,9 @@ class Home extends Api
// Adding filters to the "Advanced Search" option
$option->child = $child;
}
if ($menuInstance->Id[$i] === 'ID_CASE_ARCHIVE_SEARCH') {
$option->icon = "fas fa-archive";
}
// Add option to the menu
$menuHome[] = $option;
}