Bug 1519457
| Summary: | Compute > Infrastructure > Topology shows CloudForms internal tags | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Brant Evans <brant.evans> | |
| Component: | UI - OPS | Assignee: | Dávid Halász <dhalasz> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dave Johnson <dajohnso> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.9.0 | CC: | cpelland, hkataria, jhardy, mpovolny, obarenbo | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1526049 (view as bug list) | Environment: | ||
| Last Closed: | 2018-06-21 20:45:25 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: | 1526049 | |||
|
Description
Brant Evans
2017-11-30 17:59:06 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/438abad588d47ec2e37028b4c4adca221b556a7f commit 438abad588d47ec2e37028b4c4adca221b556a7f Author: lpichler <lpichler> AuthorDate: Wed Dec 6 16:36:33 2017 +0100 Commit: lpichler <lpichler> CommitDate: Wed Dec 13 11:29:33 2017 +0100 Add writable_clasification_tags https://bugzilla.redhat.com/show_bug.cgi?id=1467805 https://bugzilla.redhat.com/show_bug.cgi?id=1519457 app/models/classification.rb | 2 ++ lib/extensions/ar_taggable.rb | 4 ++++ spec/lib/extensions/ar_taggable_spec.rb | 19 +++++++++++++++++++ 3 files changed, 25 insertions(+) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/4bf2e3990cc3136e67a2be78b99b19c7fee12a84 commit 4bf2e3990cc3136e67a2be78b99b19c7fee12a84 Author: Dávid Halász <dhalasz> AuthorDate: Tue Dec 12 13:06:17 2017 +0100 Commit: Dávid Halász <dhalasz> CommitDate: Tue Dec 12 13:06:17 2017 +0100 Display only manually added my company tags on topology screens https://bugzilla.redhat.com/show_bug.cgi?id=1519457 app/services/cloud_topology_service.rb | 6 +++--- app/services/infra_topology_service.rb | 12 ++++++------ app/services/network_topology_service.rb | 20 ++++++++++---------- app/services/physical_infra_topology_service.rb | 8 ++++---- 4 files changed, 23 insertions(+), 23 deletions(-) |