Bug 1747179
Summary: | [Regression] [ActionView::Template::Error] undefined method `tenant_group?' while setting ownership for key pairs | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Nandini Chandra <nachandr> |
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> |
Status: | CLOSED ERRATA | QA Contact: | Matouš Mojžíš <mmojzis> |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | medium | ||
Version: | 5.11.0 | CC: | bmidwood, dmetzger, hkataria, lavenel, mmojzis, mpovolny, obarenbo, simaishi, smallamp |
Target Milestone: | GA | Keywords: | Regression, ZStream |
Target Release: | 5.11.1 | Flags: | simaishi:
cfme-5.11.z+
mfeifer: mirror+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.1.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-13 00:35:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Bug | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1730066 |
Description
Nandini Chandra
2019-08-29 20:08:41 UTC
This issue is not seen in 5.10.9.1 . This BZ should be a blocker for 5.11 since it blocks the verification of a customer reported BZ. https://bugzilla.redhat.com/show_bug.cgi?id=1730066 This issue was fixed on upstream by changes in https://github.com/ManageIQ/manageiq-ui-classic/pull/5863. Will need to be create a Ivanchuk specific fix ~Harpreet The verification of a customer reported regression bug[0] is blocked by this bug. Could this be marked as a blocker for 511 ? [0]https://bugzilla.redhat.com/show_bug.cgi?id=1730066 New commit detected on ManageIQ/manageiq-ui-classic/ivanchuk: https://github.com/ManageIQ/manageiq-ui-classic/commit/cdfe39b65e5b04f92af54b8a9e1bb422f3b1fb92 commit cdfe39b65e5b04f92af54b8a9e1bb422f3b1fb92 Author: Harpreet Kataria <hkataria> AuthorDate: Thu Aug 29 17:07:32 2019 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Aug 29 17:07:32 2019 -0400 Added a nil check. This fixes a `undefined method `tenant_group?' for nil:NilClass` error when selected KeyPair's group didnt exist Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1747179 app/views/shared/views/_ownership.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Verified in 5.11.1.0. Ownership can be set for key pairs without any issues. 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-2019:4201 |