Bug 1213044
Summary: | undefined method `id' for nil:NilClass [host/firewall_rules] while navigating to host firewall rules page | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> |
Component: | UI - OPS | Assignee: | Jozef Zigmund <jzigmund> |
Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 5.4.0 | CC: | hkataria, jhardy, jprause, jzigmund, mpovolny, obarenbo |
Target Milestone: | GA | ||
Target Release: | 5.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-16 12:58: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: |
Description
Nandini Chandra
2015-04-18 03:21:57 UTC
The displaying of host firewall rules works as expected. Tested on current master, please verify. Tested master.20150430174944_6608499.Issue is seen on this build as well. New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/d06a9b4f6c86ec3a890f39d4fcb6f6d8ecf206c8 commit d06a9b4f6c86ec3a890f39d4fcb6f6d8ecf206c8 Author: Jozef Zigmund <jzigmund> AuthorDate: Mon May 18 18:26:28 2015 +0200 Commit: Jozef Zigmund <jzigmund> CommitDate: Mon May 18 18:26:28 2015 +0200 Fix setting of @display to 'main' when Host/Firewall Rules page When user wants to see Host/Security/Firewall Rules and previously displayed information changed the value of @display then value 'main' has to be assigned to @display https://bugzilla.redhat.com/show_bug.cgi?id=1213044 vmdb/app/controllers/host_controller.rb | 1 + 1 file changed, 1 insertion(+) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=2c74e9e8ba75492bd3ec1fbc39c570b398e5f2ee commit 2c74e9e8ba75492bd3ec1fbc39c570b398e5f2ee Author: Jozef Zigmund <jzigmund> AuthorDate: Mon May 18 18:26:28 2015 +0200 Commit: Jozef Zigmund <jzigmund> CommitDate: Tue May 19 15:24:56 2015 +0200 Fix setting of @display to 'main' when Host/Firewall Rules page When user wants to see Host/Security/Firewall Rules and previously displayed information changed the value of @display then value 'main' has to be assigned to @display https://bugzilla.redhat.com/show_bug.cgi?id=1213044 vmdb/app/controllers/host_controller.rb | 1 + 1 file changed, 1 insertion(+) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=4fb09de3875f2f519a9317d6f299efdf139b8ec9 commit 4fb09de3875f2f519a9317d6f299efdf139b8ec9 Merge: 31aaca4 2c74e9e Author: Dan Clarizio <dclarizi> AuthorDate: Tue May 19 11:25:13 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Tue May 19 11:25:13 2015 -0400 Merge branch 'bz1213044-firewall_rules_error' into '5.4.z' Fix setting of @display to 'main' when Host/Firewall Rules page When user wants to see Host/Security/Firewall Rules and previously displayed information changed the value of @display then value 'main' has to be assigned to @display https://bugzilla.redhat.com/show_bug.cgi?id=1213044 See merge request !75 vmdb/app/controllers/host_controller.rb | 1 + 1 file changed, 1 insertion(+) This will be in the 5.4.0.2 build. Verified in 5.4.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://rhn.redhat.com/errata/RHBA-2015-1100.html |