Bug 1166187
Summary: | Chargeback throws "undefined method '[]' for nil:NilClass [configuration/form_field_changed]" | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Thom Carlin <tcarlin> | |
Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | |
Status: | CLOSED ERRATA | QA Contact: | Thom Carlin <tcarlin> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.3.0 | CC: | akarol, jhardy, mfeifer, xlecauch | |
Target Milestone: | GA | |||
Target Release: | 5.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.4.0.0.11 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1166215 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-16 12:44:54 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: | 1161793, 1166215 |
Description
Thom Carlin
2014-11-20 14:33:36 UTC
Let's try that again: Description of problem: undefined method '[]' for nil:NilClass [configuration/form_field_changed] Version-Release number of selected component (if applicable): 5.3.1 How reproducible: Every time Steps to Reproduce: 1. Cloud Intelligence > Chargeback 2. (Assignments) 3. Assignments > Storage 4. Click "Check all" at bottom Actual results: Error Expected results: No error Additional info: /var/www/miq/vmdb/log/production.log with backtrace attached Correction: version 5.3.0 New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/066e71ddb035170bf8a66b6396db25210ae95d63 commit 066e71ddb035170bf8a66b6396db25210ae95d63 Author: Aparna Karve <akarve> AuthorDate: Fri Nov 21 11:41:58 2014 -0800 Commit: Aparna Karve <akarve> CommitDate: Fri Nov 21 11:41:58 2014 -0800 Hide the paging controls in Chargeback -> Assignments -> Storage The call to the 'cb_rates_list' method applies to the Rates accordion only and should not be called in explorer since that fetches the chargeback rates list and displays a paging control at the bottom of the 'Assignments' page where the paging controls are not applicable. https://bugzilla.redhat.com/show_bug.cgi?id=1166187 vmdb/app/controllers/chargeback_controller.rb | 1 - 1 file changed, 1 deletion(-) paging controls hidden in Chargeback -> Assignments -> Storage upstream verified: master.20150131061928_597806a Verified using build version: 5.4.0.0.11.20150309201930_8b6a235 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 |