| Summary: | Unable to switch from list view to grid/tile view on Configured Systems page | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> |
| Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> |
| Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.6.0 | CC: | hkataria, jhardy, mpovolny, obarenbo, simaishi |
| Target Milestone: | GA | ||
| Target Release: | 5.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ui:config_manager | ||
| Fixed In Version: | 5.6.0.8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-29 15:54:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Nandini Chandra
2016-04-25 19:27:34 UTC
Milan, This may have already been fixed, can you verify and add details if this has been fixed. Thanks, ~Harpreet New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/058236c4154cd35ae69eaf1dad72d6a680f8d7e4 commit 058236c4154cd35ae69eaf1dad72d6a680f8d7e4 Author: Milan Zazrivec <mzazrivec> AuthorDate: Mon May 16 17:47:46 2016 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Tue May 17 16:27:52 2016 +0200 Use decorators for icon names in conf. provider objects This would allow us to get rid if if(ModelName) ... switches in views and controllers. Also, it will fix some errors occuring when switching between GTL views. https://bugzilla.redhat.com/show_bug.cgi?id=1330288 app/controllers/application_controller.rb | 6 +----- app/controllers/provider_foreman_controller.rb | 10 ---------- app/decorators/configuration_profile_decorator.rb | 15 +++++++++++++++ app/decorators/configured_system_decorator.rb | 11 +++++++++++ .../manageiq/providers/configuration_manager_decorator.rb | 13 +++++++++++++ app/models/configuration_profile.rb | 4 ++++ app/models/configured_system.rb | 4 ++++ .../providers/ansible_tower/configuration_manager.rb | 4 ++++ .../manageiq/providers/foreman/configuration_manager.rb | 4 ++++ app/views/layouts/quadicon/_single_quad.html.haml | 14 +++++--------- 10 files changed, 61 insertions(+), 24 deletions(-) create mode 100644 app/decorators/configuration_profile_decorator.rb create mode 100644 app/decorators/configured_system_decorator.rb create mode 100644 app/decorators/manageiq/providers/configuration_manager_decorator.rb Verified in 5.6.0.8 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1348 |