Bug 1487056

Summary: Ops UI service catalog list view displays a cube icon rather than the user's uploaded icon
Product: Red Hat CloudForms Management Engine Reporter: Peter McGowan <pmcgowan>
Component: UI - OPSAssignee: Dávid Halász <dhalasz>
Status: CLOSED CURRENTRELEASE QA Contact: Shveta <sshveta>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.8.0CC: fdewaley, hkataria, jhardy, mpovolny, obarenbo, opower, simaishi, sshveta
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1509382 1515366 1515367 (view as bug list) Environment:
Last Closed: 2018-06-21 20:20:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1509382, 1515367    
Attachments:
Description Flags
Screenshot none

Description Peter McGowan 2017-08-31 07:35:47 UTC
Created attachment 1320489 [details]
Screenshot

Description of problem:
Service catalog icons are not displayed correctly in list view in the Ops UI, Rather than the uploaded icon, they display a generic cube icon (see screenshot).

Version-Release number of selected component (if applicable):
5.8.1.5

How reproducible:
Every time

Steps to Reproduce:
1. Create a service catalog item than includes an uploaded icon
2. Display service catalogs
3. Examine the icons in list view

Actual results:
The uploaded icon is displayed correctly in the left-hand folder pane, but not in the list view.

Expected results:
The correct icon should be displayed everywhere

Additional info:

Comment 2 Dávid Halász 2017-09-25 11:58:09 UTC
*** Bug 1471214 has been marked as a duplicate of this bug. ***

Comment 3 Dávid Halász 2017-10-31 11:48:23 UTC
*** Bug 1439825 has been marked as a duplicate of this bug. ***

Comment 4 Dávid Halász 2017-10-31 12:49:58 UTC
*** Bug 1496774 has been marked as a duplicate of this bug. ***

Comment 7 CFME Bot 2017-11-01 08:58:48 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/86850f96d3adcfed1404bf4938a6e7b29b3d940b

commit 86850f96d3adcfed1404bf4938a6e7b29b3d940b
Author:     Dávid Halász <dhalasz>
AuthorDate: Tue Oct 31 14:00:36 2017 +0100
Commit:     Dávid Halász <dhalasz>
CommitDate: Tue Oct 31 14:00:36 2017 +0100

    Provide the custom uploaded picture attribute separately in report_data
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1487056

 app/controllers/application_controller.rb | 9 +++++----
 app/helpers/application_helper.rb         | 9 ++++++++-
 2 files changed, 13 insertions(+), 5 deletions(-)

Comment 8 CFME Bot 2017-11-01 09:29:40 UTC
New commit detected on ManageIQ/ui-components/master:
https://github.com/ManageIQ/ui-components/commit/d7c43afabe719f651d4d00baa59cddd36e338a0a

commit d7c43afabe719f651d4d00baa59cddd36e338a0a
Author:     Dávid Halász <dhalasz>
AuthorDate: Tue Oct 31 13:48:35 2017 +0100
Commit:     Dávid Halász <dhalasz>
CommitDate: Tue Oct 31 16:45:58 2017 +0100

    Allow three types of nodeIcons in the order: picture > icon > image
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1487056

 demo/data/data-table.json                          | 13 ++++++-------
 src/gtl/components/data-table/data-table.html      |  6 +++---
 .../data-table/dataTableComponent.spec.ts          | 22 +++++++++++++++-------
 .../components/data-table/dataTableComponent.ts    | 18 +++++++++++++++---
 4 files changed, 39 insertions(+), 20 deletions(-)