Bug 1273535
Summary: | Changing the default filter settings and navigating to that page displays blank screen. | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
Component: | UI - OPS | Assignee: | Aparna Karve <akarve> |
Status: | CLOSED ERRATA | QA Contact: | Jeff Teehan <jteehan> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.5.0 | CC: | akarol, akarve, cpelland, dajohnso, hkataria, jhardy, jprause, mfeifer, mpovolny, obarenbo, psavage |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.4.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.4.4.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1271077 | Environment: | |
Last Closed: | 2015-12-16 13:18:57 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: | 1271077 | ||
Bug Blocks: |
Comment 1
Aparna Karve
2015-10-20 17:08:20 UTC
*** Bug 1276001 has been marked as a duplicate of this bug. *** New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=578231037aac52cf54313e895e5f015eb929d653 commit 578231037aac52cf54313e895e5f015eb929d653 Author: Aparna Karve <akarve> AuthorDate: Tue Oct 20 10:04:35 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Tue Oct 20 10:04:35 2015 -0700 used an alternative approach to the 'controller_referrer?' method controller_referrer? uses Rails.application.routes.recognize_path(request.referrer) which gives a routing error if the request.referrer action is of type 'post'. Since it is not possible to tell if the request.referrer action is a get or post, using this approach is not always feasible. https://bugzilla.redhat.com/show_bug.cgi?id=1273535 vmdb/app/controllers/vm_cloud_controller.rb | 2 +- vmdb/app/controllers/vm_common.rb | 2 +- vmdb/app/controllers/vm_infra_controller.rb | 2 +- vmdb/app/controllers/vm_or_template_controller.rb | 2 +- vmdb/app/helpers/application_helper.rb | 6 +----- vmdb/spec/controllers/vm_infra_controller_spec.rb | 15 +++++++++++++-- 6 files changed, 18 insertions(+), 11 deletions(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=2b7a81e571628a4643c990b7f5e2f01471cc812e commit 2b7a81e571628a4643c990b7f5e2f01471cc812e Merge: dcfb5c2 5782310 Author: Oleg Barenboim <obarenbo> AuthorDate: Thu Oct 29 09:58:39 2015 -0400 Commit: Oleg Barenboim <obarenbo> CommitDate: Thu Oct 29 09:58:39 2015 -0400 Merge branch 'bz1273535_fix_referrer_issue' into '5.4.z' BZ1273535 - used an alternative approach to the 'controller_referrer?' method Used an alternative approach to determine when to skip creating a breadcrumb instead of using the controller_referrer? method. Upstream PR - https://github.com/ManageIQ/manageiq/pull/4979 Part of the fix was applied manually. https://bugzilla.redhat.com/show_bug.cgi?id=1273535 See merge request !299 vmdb/app/controllers/vm_cloud_controller.rb | 2 +- vmdb/app/controllers/vm_common.rb | 2 +- vmdb/app/controllers/vm_infra_controller.rb | 2 +- vmdb/app/controllers/vm_or_template_controller.rb | 2 +- vmdb/app/helpers/application_helper.rb | 6 +----- vmdb/spec/controllers/vm_infra_controller_spec.rb | 15 +++++++++++++-- 6 files changed, 18 insertions(+), 11 deletions(-) Using 5.4.4.x3 on https://10.16.7.189/vm_infra/explorer I followed the steps exactly without issue. I tried a few ad hoc changes as well and the page seems to load just fine. Moving to Verified 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://rhn.redhat.com/errata/RHSA-2015-2620.html |