Bug 1351210
| Summary: | Type Template/VM filter under VMs is useless | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Matouš Mojžíš <mmojzis> | |
| Component: | UI - OPS | Assignee: | Hilda Stastna <hstastna> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Matouš Mojžíš <mmojzis> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.6.0 | CC: | dajohnso, hkataria, jhardy, mpovolny, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.7.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ui:filter | |||
| Fixed In Version: | 5.7.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1371981 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 20:28:54 UTC | Type: | Bug | |
| 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: | ||||
| Bug Blocks: | 1371981 | |||
|
Description
Matouš Mojžíš
2016-06-29 13:20:53 UTC
New commit detected on ManageIQ/manageiq/darga: https://github.com/ManageIQ/manageiq/commit/0762cea0159e9ce441f6159430f706d389fb08f2 commit 0762cea0159e9ce441f6159430f706d389fb08f2 Author: Hilda Stastna <hstastna> AuthorDate: Wed Jul 13 14:49:23 2016 +0200 Commit: Hilda Stastna <hstastna> CommitDate: Tue Aug 2 15:19:49 2016 +0200 Remove filters Type / Template/VMs from yml file https://bugzilla.redhat.com/show_bug.cgi?id=1351210 It is removed from db/fixtures/miq_searches.yml because the filters are not needed in VMs filters anymore. They were seeded in MiqSearch table. (cherry picked from commit e14faac0c19e9ec9e60b58dc3714adfd7e3adf2a) db/fixtures/miq_searches.yml | 21 --------------------- 1 file changed, 21 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c4dd3de9e2259c4aa6f42d1d55ef9f9848ac9923 commit c4dd3de9e2259c4aa6f42d1d55ef9f9848ac9923 Author: Hilda Stastna <hstastna> AuthorDate: Wed Jul 13 14:49:23 2016 +0200 Commit: Hilda Stastna <hstastna> CommitDate: Thu Aug 25 16:52:17 2016 +0200 Remove filters Type / Template/VMs from yml file https://bugzilla.redhat.com/show_bug.cgi?id=1351210 It is removed from db/fixtures/miq_searches.yml because the filters are not needed in VMs filters anymore. They were seeded in MiqSearch table. db/fixtures/miq_searches.yml | 21 --------------------- 1 file changed, 21 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/fe9599fc8c409c2a00bac20e5381fd8c4f8abd00 commit fe9599fc8c409c2a00bac20e5381fd8c4f8abd00 Author: Hilda Stastna <hstastna> AuthorDate: Tue Jul 19 16:58:49 2016 +0200 Commit: Hilda Stastna <hstastna> CommitDate: Thu Aug 25 16:52:17 2016 +0200 Create migration for removing Type / Template/VMs filters https://bugzilla.redhat.com/show_bug.cgi?id=1351210 Migration for removing Type / Template/VMs filters from MiqSearch to fix the bug because the filters were useless in VMS filters. ...ype_template_and_vms_filters_from_miq_search.rb | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 db/migrate/20160713130940_remove_type_template_and_vms_filters_from_miq_search.rb New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/1f4a982f69719b9bc00f08e0568f7a4a283cd9ad commit 1f4a982f69719b9bc00f08e0568f7a4a283cd9ad Author: Hilda Stastna <hstastna> AuthorDate: Mon Jul 25 15:14:05 2016 +0200 Commit: Hilda Stastna <hstastna> CommitDate: Thu Aug 25 16:52:18 2016 +0200 Create migration test for removing Type / Template/VMs filters https://bugzilla.redhat.com/show_bug.cgi?id=1351210 Create migration test for removing filters from MiqSearch to fix the bug. ...emplate_and_vms_filters_from_miq_search_spec.rb | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 spec/migrations/20160713130940_remove_type_template_and_vms_filters_from_miq_search_spec.rb Verified in 5.7.0.3. Under VMs there are no useless filters. |