Description of problem: In VMs filters are Type/Template Type/VMs, which make no sense, because in tree view are VMs and Templates filters separated. Version-Release number of selected component (if applicable): 5.6.0.13 How reproducible: Always Steps to Reproduce: 1. Compute-> Infrastructure-> Virtual Machines -> VMs 2. 3. Actual results: Expected results: Additional info:
https://github.com/ManageIQ/manageiq/pull/9746
https://github.com/ManageIQ/manageiq/pull/10050
https://github.com/ManageIQ/manageiq/pull/10122
https://github.com/ManageIQ/manageiq/pull/10193
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
https://github.com/ManageIQ/manageiq/pull/10802
Verified in 5.7.0.3. Under VMs there are no useless filters.