Bug 1725894
| Summary: | Can not modify the service dialog, gives DialogFieldAssociationCircularReferenceError | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | Automate | Assignee: | drew uhlmann <duhlmann> |
| Status: | CLOSED ERRATA | QA Contact: | Niyaz Akhtar Ansari <nansari> |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | medium | ||
| Version: | 5.10.5 | CC: | bmidwood, duhlmann, gmccullo, lavenel, mkanoor, obarenbo, yoliynyk |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.10.7 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.10.7.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1720617 | Environment: | |
| Last Closed: | 2019-07-24 13:38:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1720617 | ||
| Bug Blocks: | |||
|
Comment 2
Satoe Imaishi
2019-07-02 18:27:22 UTC
New commit detected on ManageIQ/manageiq/hammer: https://github.com/ManageIQ/manageiq/commit/8bffceb80bcd559bd723b127965f340b5a7e299b commit 8bffceb80bcd559bd723b127965f340b5a7e299b Author: Brandon Dunne <bdunne> AuthorDate: Fri Jun 28 16:03:23 2019 -0400 Commit: Brandon Dunne <bdunne> CommitDate: Fri Jun 28 16:03:23 2019 -0400 Merge pull request #18890 from d-m-u/fixing_field_association_recursion Correctly recurse over nested field associations (cherry picked from commit b7f78ba0696d2d7f60d1175727276b8cd2c3cb27) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1725894 app/models/dialog_field_association_validator.rb | 31 +- app/models/dialog_import_validator.rb | 4 +- lib/services/dialog_import_service.rb | 3 +- spec/models/dialog_field_association_validator_spec.rb | 42 +- spec/models/dialog_import_validator_spec.rb | 25 +- 5 files changed, 35 insertions(+), 70 deletions(-) I am able to import and edit the service dialog Verified in Version 5.10.7.0.20190709151852_68f0bf9 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:1833 |