| Summary: | Tag Control issues on service dialogue imports between appliances | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Colin Arnott <carnott> | |
| Component: | Control | Assignee: | eclarizi | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shveta <sshveta> | |
| Severity: | low | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.5.0 | CC: | benglish, brant.evans, cpelland, jhardy, jprause, obarenbo, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.7.0 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | tag:service:dialog | |||
| Fixed In Version: | 5.7.0.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1321600 1322830 1346956 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 19:58:28 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1321600, 1322830, 1346956 | |||
|
Description
Colin Arnott
2016-03-21 23:28:49 UTC
Not able to reproduce the issue in 5.5.3.4.20160407153134_b3e2a83 New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/42a9c9bd87c0ce9ae5d3517242a3cce4e2255b87 commit 42a9c9bd87c0ce9ae5d3517242a3cce4e2255b87 Author: Erik Clarizio <eclarizi> AuthorDate: Tue Mar 29 07:43:14 2016 -0700 Commit: Erik Clarizio <eclarizi> CommitDate: Mon May 2 07:47:07 2016 -0700 Export category name/description so that imports can utilize them https://github.com/ManageIQ/manageiq/issues/7449 https://bugzilla.redhat.com/show_bug.cgi?id=1319952 app/models/dialog_field_importer.rb | 7 ++++ app/models/dialog_field_serializer.rb | 5 +++ spec/models/dialog_field_importer_spec.rb | 51 ++++++++++++++++++++++++++++- spec/models/dialog_field_serializer_spec.rb | 32 ++++++++++++++++-- 4 files changed, 92 insertions(+), 3 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/3f892baa0e50996945de1323b924e75ca53ee469 commit 3f892baa0e50996945de1323b924e75ca53ee469 Author: Erik Clarizio <eclarizi> AuthorDate: Mon May 2 07:46:27 2016 -0700 Commit: Erik Clarizio <eclarizi> CommitDate: Mon May 2 07:47:07 2016 -0700 Ensure that old import files without a category name will still import https://github.com/ManageIQ/manageiq/issues/7449 https://bugzilla.redhat.com/show_bug.cgi?id=1319952 app/models/dialog_field_importer.rb | 19 ++++++--- spec/models/dialog_field_importer_spec.rb | 66 ++++++++++++++++++------------- 2 files changed, 53 insertions(+), 32 deletions(-) *** Bug 1344520 has been marked as a duplicate of this bug. *** Working fine in 5.7.0.13-rc3.20161129142908_1d51fd2 |