Bug 1449053
| Summary: | UI: Security Groups show fails with comparison of Array with Array error | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Gilles Dubreuil <gdubreui> | |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ido Ovadia <iovadia> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.8.0 | CC: | cpelland, hkataria, iovadia, jhardy, mpovolny, obarenbo | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.9.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ui:error | |||
| Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1449365 (view as bug list) | Environment: | ||
| Last Closed: | 2018-03-06 14:52:24 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | Openstack | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1449365 | |||
|
Description
Gilles Dubreuil
2017-05-09 07:23:32 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/f2d066f57d138b8ecb9058776cf35bc8ce15e6f7 commit f2d066f57d138b8ecb9058776cf35bc8ce15e6f7 Author: Harpreet Kataria <hkataria> AuthorDate: Tue May 9 12:09:14 2017 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue May 9 12:09:14 2017 -0400 Added to_i to port & end_port attributes Added to_i to 'port' & 'end_port' attributes, to prevent comparison of Array with Array error when there is no value provided for port or end_port fields. https://bugzilla.redhat.com/show_bug.cgi?id=1449053 app/helpers/security_group_helper/textual_summary.rb | 4 ++-- .../security_group_helper/textual_summary_spec.rb | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 spec/helpers/security_group_helper/textual_summary_spec.rb I tested and confirm that using the aforementioned patch, a security group including overlapped rules can now be displayed. Verified ======== 5.9.0.14 |