Merged in bugfix/PMCORE-3286 (pull request #8097)

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

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Roly Gutierrez
2021-09-03 18:06:36 +00:00
committed by Julio Cesar Laura Avendaño

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]]
];
}