Bug 1530793

Summary: Edit tag page: tagged item display in table format
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: UI - OPSAssignee: Martin Povolny <mpovolny>
Status: CLOSED CURRENTRELEASE QA Contact: Ruslana Babyuk <rbabyuk>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.9.0CC: cpelland, hkataria, jhardy, lavenel, mpovolny, obarenbo
Target Milestone: GAKeywords: Regression
Target Release: 5.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:tag
Fixed In Version: 5.9.0.15 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1514426 Environment:
Last Closed: 2018-03-06 15:08:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On: 1514426    
Bug Blocks:    

Comment 3 CFME Bot 2018-01-03 19:34:04 UTC
New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili:
https://github.com/ManageIQ/manageiq-ui-classic/commit/9ee1e32fd720ba6687530fc8da2663903bc9f441

commit 9ee1e32fd720ba6687530fc8da2663903bc9f441
Author:     Martin Hradil <himdel>
AuthorDate: Tue Jan 2 18:56:22 2018 +0100
Commit:     Satoe Imaishi <simaishi>
CommitDate: Wed Jan 3 14:23:42 2018 -0500

    Merge pull request #3105 from martinpovolny/gtl_settings
    
    VMs should be displayed as quadicons in tagging.
    (cherry picked from commit 8fd5b40c4d31aabd9a3ef9479ebafc14ef140ad2)
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530793
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530794

 app/controllers/application_controller.rb                   |  4 ++--
 .../report_data_additional_options.rb                       |  7 ++++++-
 app/controllers/application_controller/tags.rb              |  4 +---
 app/controllers/ops_controller/ops_rbac.rb                  |  1 +
 app/helpers/application_helper.rb                           | 13 +++++++++++--
 app/helpers/gtl_helper.rb                                   |  4 +++-
 spec/controllers/ems_middleware_controller_spec.rb          |  2 +-
 spec/controllers/host_controller_spec.rb                    |  9 ++++-----
 spec/controllers/middleware_server_controller_spec.rb       |  2 +-
 spec/support/controller_helper.rb                           |  2 ++
 10 files changed, 32 insertions(+), 16 deletions(-)