PMCORE-3286 Missing property 'icon color' and 'screen color' in /api/1.0/workflow/home/menu

This commit is contained in:
Roly Gutierrez
2021-09-03 12:33:44 -04:00
parent 9319205a2f
commit 51272d0999

View File

@@ -702,6 +702,8 @@ class Home extends Api
"title" => $value['name'],
"description" => $value['description'],
"icon" => $value['iconList'],
"color" => $value['iconColor'],
"colorScreen" => $value['iconColorScreen'],
"page" => $mapKeys[$menuInstance->Id[$i]]
];
}