PMCORE-3286 Missing property 'icon color' and 'screen color' in /api/1.0/workflow/home/menu
This commit is contained in:
@@ -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]]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user