Bug 1666887
Summary: | Tags that are changed disappear from the UI but are still present in rails | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | David Luong <dluong> | |
Component: | Appliance | Assignee: | Yuri Rudman <yrudman> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Angelina Vasileva <anikifor> | |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | |
Priority: | high | |||
Version: | 5.9.6 | CC: | abellott, dluong, dmetzger, gtanzill, kbrock, obarenbo, simaishi, yrudman | |
Target Milestone: | GA | Keywords: | Reopened, TestOnly, ZStream | |
Target Release: | 5.11.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.11.0.1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1668730 1669269 (view as bug list) | Environment: | ||
Last Closed: | 2019-12-13 15:09:26 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: | 1668730, 1669269 |
Description
David Luong
2019-01-16 21:01:26 UTC
Question - on step 2, above "Change tag" where is that to be done? in the UI or console? Please elaborate on this. Thanks Hey Greg, the change tag happens through the UI through Configuration > Settings > Region > Tag > My Company Tags, then edit the tag by clicking on the name of it and save Please verify if this behavior exists on 5.10 yes, the same exists on master first PR had some issues, we're trying it again: https://github.com/ManageIQ/manageiq/pull/18409 New commit detected on ManageIQ/manageiq/hammer: https://github.com/ManageIQ/manageiq/commit/48c25883df8719d728bda268205fb68ea714b0f6 commit 48c25883df8719d728bda268205fb68ea714b0f6 Author: Keenan Brock <keenan> AuthorDate: Tue Jan 29 12:44:14 2019 -0500 Commit: Keenan Brock <keenan> CommitDate: Tue Jan 29 12:44:14 2019 -0500 Update classification https://bugzilla.redhat.com/show_bug.cgi?id=1666887 changing a classification name caused a new tag record to get created in the database existing objects tied to the tag were left with an orphan tag that had no corresponding classification. It now changes the value for the tag and objects keep their tagging app/models/classification.rb | 7 +- spec/models/classification_spec.rb | 26 + 2 files changed, 32 insertions(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/90051e44ad64fc865fed14c49aa6f7c8ff98fc07 commit 90051e44ad64fc865fed14c49aa6f7c8ff98fc07 Author: Keenan Brock <keenan> AuthorDate: Tue Jan 29 12:44:14 2019 -0500 Commit: Keenan Brock <keenan> CommitDate: Tue Jan 29 12:44:14 2019 -0500 Update classification https://bugzilla.redhat.com/show_bug.cgi?id=1666887 changing a classification name caused a new tag record to get created in the database existing objects tied to the tag were left with an orphan tag that had no corresponding classification. It now changes the value for the tag and objects keep their tagging app/models/classification.rb | 6 +- spec/models/classification_spec.rb | 26 + 2 files changed, 31 insertions(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/6b83dfb0f075bcc1ece6b36804d982c3459bf359 commit 6b83dfb0f075bcc1ece6b36804d982c3459bf359 Author: Yuri Rudman <yrudman> AuthorDate: Mon Jan 21 16:22:39 2019 -0500 Commit: Yuri Rudman <yrudman> CommitDate: Mon Jan 21 16:22:39 2019 -0500 Do not create new record in Tag table when editing existing tag Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1666887 app/models/classification.rb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Fixed and verified in 5.11.0.2.20190430174828_0e34dea |