Bug 1348813
| Summary: | Default view settings fails for some pages | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Aziza Karol <akarol> | |
| Component: | UI - OPS | Assignee: | Jozef Zigmund <jzigmund> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Stefanisin <jistefan> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.6.0 | CC: | cpelland, dclarizi, ehayes, hkataria, jhardy, jistefan, jzigmund, mmojzis, mpovolny, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.8.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | view:ui:general | |||
| Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1349636 1395813 (view as bug list) | Environment: | ||
| Last Closed: | 2017-06-12 17:38:45 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: | 1349636, 1395813 | |||
|
Description
Aziza Karol
2016-06-22 06:55:25 UTC
Eric, Need to make sure that correct keys exist for each of the above metnioned views in this list https://github.com/ManageIQ/manageiq/blob/master/app/helpers/ui_constants.rb#L169, i see some extar ones that should be deleted from this list, after that need to make sure that keys match up in this view with DEFAULT_SETTINGS[:views] hash https://github.com/ManageIQ/manageiq/blob/master/app/views/configuration/_ui_2.html.haml Keys to be used in https://github.com/ManageIQ/manageiq/blob/master/app/helpers/ui_constants.rb#L169 should be as following: manageiq_providers_cloudmanager - Cloud Provider manageiq_providers_cloudmanager_vm - Cloud Instances manageiq_providers_cloudmanager_template - Cloud Images manageiq_providers_inframanager - Infra Providers vmortemplate - Infra VMs & Templates manageiq_providers_inframanager_vm - Infra VMs manageiq_providers_inframanager_template - Infra Templates Should clean up keys such as emscloud, emsinfra, vmcloud, vminfra Let me know if you have questions. Thanks, ~Harpreet New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0cc4339f04bfddc0353d8af392d0f58b1b1cc99e commit 0cc4339f04bfddc0353d8af392d0f58b1b1cc99e Author: Eric Hayes <eric> AuthorDate: Wed Jun 22 17:33:48 2016 -0700 Commit: Eric Hayes <eric> CommitDate: Thu Jun 23 07:56:35 2016 -0700 Update settings keys to match name changes and remove leftovers from UI constants. https://bugzilla.redhat.com/show_bug.cgi?id=1348813 app/helpers/ui_constants.rb | 6 +----- app/views/configuration/_ui_2.html.haml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 11 deletions(-) *** Bug 1342567 has been marked as a duplicate of this bug. *** Middleware domains, middleware messaging, cloud providers and cloud tenants still fail. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/505c9d3621ce01e9bf009a56dc89ccf9a2aec6cc commit 505c9d3621ce01e9bf009a56dc89ccf9a2aec6cc Author: Jozef Zigmund <jzigmund> AuthorDate: Mon Oct 24 17:01:36 2016 +0200 Commit: Jozef Zigmund <jzigmund> CommitDate: Mon Oct 24 17:03:18 2016 +0200 Add missing VIEW_RESOURCES https://bugzilla.redhat.com/show_bug.cgi?id=1348813 app/helpers/ui_constants.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/8136ea12de818c238ee52635cb144039f7a7e172 commit 8136ea12de818c238ee52635cb144039f7a7e172 Author: Dan Clarizio <dclarizi> AuthorDate: Mon Oct 24 14:31:24 2016 -1000 Commit: Oleg Barenboim <chessbyte> CommitDate: Tue Oct 25 04:01:18 2016 +0200 Merge pull request #12136 from jzigmund/bz1348813-fix_default_view_settings Fix default view settings (cherry picked from commit 0632cd6360b53ce2e9ec0d31189f7fe7b685c804) https://bugzilla.redhat.com/show_bug.cgi?id=1348813 app/helpers/ui_constants.rb | 7 +++++-- app/views/configuration/_ui_2.html.haml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) *** Bug 1283118 has been marked as a duplicate of this bug. *** |