Bug 1245130
| Summary: | Incorrect global filters listed for datastore analysis while adding a new schedule | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> | ||||
| Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.4.0 | CC: | cpelland, hkataria, jhardy, jprause, mpovolny, obarenbo | ||||
| Target Milestone: | GA | Keywords: | ZStream | ||||
| Target Release: | 5.6.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | ui:schedule | ||||||
| Fixed In Version: | 5.6.0.1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1322079 (view as bug list) | Environment: | |||||
| Last Closed: | 2016-06-29 14:58:32 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: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1322079 | ||||||
| Attachments: |
|
||||||
The same issue occurs while adding a schedule for host analysis.The global filters drop down lists filters for VMs. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/3240b9f03a6a199285c6d98446c6ce29560460bf commit 3240b9f03a6a199285c6d98446c6ce29560460bf Author: Aparna Karve <akarve> AuthorDate: Wed Mar 9 11:08:27 2016 -0800 Commit: Aparna Karve <akarve> CommitDate: Wed Mar 9 15:59:35 2016 -0800 build_filtered_item_list should be called with action_type & filter_type https://bugzilla.redhat.com/show_bug.cgi?id=1245130 .../controllers/schedule/schedule_form_controller.js | 4 +++- app/controllers/ops_controller/settings/schedules.rb | 13 +++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=1c4f11d3be36f882a4a04f4eb414f8eaff43a4c8 commit 1c4f11d3be36f882a4a04f4eb414f8eaff43a4c8 Author: Aparna Karve <akarve> AuthorDate: Wed Mar 9 11:08:27 2016 -0800 Commit: Aparna Karve <akarve> CommitDate: Fri Apr 1 09:44:14 2016 -0700 build_filtered_item_list should be called with action_type & filter_type https://bugzilla.redhat.com/show_bug.cgi?id=1245130 .../controllers/schedule/schedule_form_controller.js | 4 +++- app/controllers/ops_controller/settings/schedules.rb | 13 +++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) Verified in 5.6.0.1-beta2.20160413141124_e25ac0e 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 |
Created attachment 1054253 [details] screenshot of datastore global filters Description of problem: ----------------------- While creating schedules for datastore analysis,I noticed that the global filters drop down does not list filters for datastores.It lists filters for VMs or hosts. Version-Release number of selected component (if applicable): ------------------------ 5.4.1 How reproducible: ---------------- Always Steps to Reproduce: ------------------- 1.Navigate to Configure->Configuration. 2.Add a schedule for datastore analysis. Actual results: --------------- The global filters drop down does not list filters for datastores.Instead,it lists filters for VMs or hosts. Expected results: ---------------- The global filters drop down should list filters for datastores. Additional info: ---------------