Bug 1422449
| Summary: | Missing Paginator on ems_infra control | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Leo Khomenko <lkhomenk> | ||||
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Leo Khomenko <lkhomenk> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.8.0 | CC: | hkataria, jhardy, mpovolny, obarenbo, simaishi | ||||
| Target Milestone: | GA | ||||||
| Target Release: | 5.8.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | ui:provider | ||||||
| Fixed In Version: | 5.8.0.2 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-05-31 14:34:46 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: | |||||||
| Attachments: |
|
||||||
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/d7bbf91d8a218b8911273a69ccbd5ea788fa7f60 commit d7bbf91d8a218b8911273a69ccbd5ea788fa7f60 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 20 15:44:45 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Feb 20 16:26:26 2017 -0500 Fix to render pagination and listnav on list view. Fixed a condition to make sure listnav & paginator are rendered on list view. https://bugzilla.redhat.com/show_bug.cgi?id=1422449 app/helpers/application_helper/page_layouts.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/d39b62c80fe464be3c196e1cfdf04e7967ffa92b commit d39b62c80fe464be3c196e1cfdf04e7967ffa92b Author: Harpreet Kataria <hkataria> AuthorDate: Tue Feb 21 12:10:13 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Feb 21 12:10:13 2017 -0500 Removed a debug statement Fixed Hosts form field to save/display data. https://bugzilla.redhat.com/show_bug.cgi?id=1422449 .../javascripts/controllers/catalog/catalog_item_form_controller.js | 4 ++-- app/views/layouts/angular/_ansible_form_options_angular.html.haml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) verified on 5.8.0.2 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/RHSA-2017:1367 |
Created attachment 1250547 [details] all InfraProviders view after Provider's Details in Dashboard View Description of problem: Paginator Control disappears after we open InfraProvider Details in Dashboard View Version-Release number of selected component (if applicable):5.8.0.0.20170201144150_848e68b How reproducible:100% Steps to Reproduce: 1.Add Infra Provider 2.Open it's Details - check if Dashboard View is Enabled 3.go back to all Infra Providers Actual results:no Filters and no paginator Expected results:Paginator and Filters should be Additional info: Workaround - open Provider again - switch to Summary View - go back to all providers NEEDINFO: Dashboard View is available only for InfraProviders at the moment. Do we plan to add it to CloudProviders as well?