Bug 1231889
Summary: | undefined method `[]' for nil:NilClass [miq_policy/alert_field_changed] | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Milan Falešník <mfalesni> | |
Component: | Control | Assignee: | Bill Wei <bilwei> | |
Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.4.0 | CC: | bilwei, jhardy, mfeifer, obarenbo | |
Target Milestone: | GA | Flags: | mfalesni:
automate_bug+
|
|
Target Release: | 5.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.5.0.1 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1232022 (view as bug list) | Environment: | ||
Last Closed: | 2015-12-08 13:13:45 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: | 1232022 |
Description
Milan Falešník
2015-06-15 14:42:28 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/da8cc3706fbd8a6e91060a65c2242f6bf5c8ed04 commit da8cc3706fbd8a6e91060a65c2242f6bf5c8ed04 Author: Bill Wei <bilwei> AuthorDate: Tue Jun 16 03:39:30 2015 +0800 Commit: Bill Wei <bilwei> CommitDate: Tue Jun 16 03:39:30 2015 +0800 Fix a coding error in forming options for VMWare alarm https://bugzilla.redhat.com/show_bug.cgi?id=1231889 vmdb/app/views/miq_policy/_alert_builtin_exp.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=def733e9bb5d19777a3e9e51a0aa2a7ac6f0d66c commit def733e9bb5d19777a3e9e51a0aa2a7ac6f0d66c Author: Bill Wei <bilwei> AuthorDate: Tue Jun 16 03:39:30 2015 +0800 Commit: Bill Wei <bilwei> CommitDate: Tue Jun 16 05:00:01 2015 +0800 Fix a coding error in forming options for VMWare alarm https://bugzilla.redhat.com/show_bug.cgi?id=1231889 vmdb/app/views/miq_policy/_alert_builtin_exp.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=cc4fc9d0a99423d78dbb7796fa3e06133f9819ca commit cc4fc9d0a99423d78dbb7796fa3e06133f9819ca Merge: b7809e0 def733e Author: Greg McCullough <gmccullo> AuthorDate: Mon Jun 22 11:33:18 2015 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Mon Jun 22 11:33:18 2015 -0400 Merge branch 'vmware_alarm' into '5.4.z' Fix a coding error in forming options for VMWare alarm https://bugzilla.redhat.com/show_bug.cgi?id=1231889 Upstream PR https://github.com/ManageIQ/manageiq/pull/3172 See merge request !130 vmdb/app/views/miq_policy/_alert_builtin_exp.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Verified working both in upstream build from 0831 and also in CFME 5.4.2.0. The Alerts form now works correctly with VMware Alarm again. Checked in 5.5.0.2-alpha1.1 too. 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/RHSA-2015:2551 |