Bug 1229431
Summary: | Services -> Request shows an exception - undefined method `name' for #<ServiceTemplateProvisionRequest | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Aparna Karve <akarve> | |
Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | |
Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.5.0 | CC: | cpelland, hkataria, jhardy, mfeifer, mpovolny, nachandr, obarenbo, sshveta | |
Target Milestone: | GA | |||
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: | ||||
: | 1229900 (view as bug list) | Environment: | ||
Last Closed: | 2015-12-08 13:17:08 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: | 1229900 |
Description
Aparna Karve
2015-06-08 17:48:46 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/af7f013c78f48ecf2d7b32b5b09c63185d21248a commit af7f013c78f48ecf2d7b32b5b09c63185d21248a Author: Aparna Karve <akarve> AuthorDate: Mon Jun 8 10:25:10 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Mon Jun 8 11:10:28 2015 -0700 Fixed method list_row_image to pass the item as opposed to item.name The controller that overrides list_row_image will then retrieve the appropriate attribute from item. https://bugzilla.redhat.com/show_bug.cgi?id=1229431 vmdb/app/controllers/application_controller.rb | 6 +++--- vmdb/app/controllers/provider_foreman_controller.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=587e5c87ad45c6041ce89ebf2204fcadfcc5ccf1 commit 587e5c87ad45c6041ce89ebf2204fcadfcc5ccf1 Author: Aparna Karve <akarve> AuthorDate: Mon Jun 8 13:25:10 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Jul 14 18:15:51 2015 -0400 Fixed method list_row_image to pass the item as opposed to item.name The controller that overrides list_row_image will then retrieve the appropriate attribute from item. https://bugzilla.redhat.com/show_bug.cgi?id=1229431 (cherry picked from commit af7f013) vmdb/app/controllers/application_controller.rb | 6 +++--- vmdb/app/controllers/provider_foreman_controller.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) Verified on upstream master.20150831201655_178618c master.20150831201655_178618c Verified in 5.5.0.11 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 |