Description of problem: When viewing the datastore overview of a vCenter provider, the tags displayed are the tags of the vCenter Provider. You must refresh the page for the correct tags to be displayed for the datastore. Version-Release number of selected component (if applicable): Tested on CFME 5.7 and 5.8 How reproducible: Always Steps to Reproduce: 1. Add vCenter Provider 2. Tag the vCenter Provider 3. Look at the datastore overview page from the vCenter Provider and you will see the tags displayed are for the vCenter provider, and not for the datastore. 4. Click refresh, and the tags will update accordingly. Actual results: When viewing the tags of the datastore, the tags of the provider are displayed. Expected results: When viewing the tags of the datastore, the tags of the datastore should be displayed. Additional info:
Thanks Ryan, I don't need anything else, this was very helpful. Actually, the bug is not present on master, but probably still present in Fine version, so maybe we should change Target release from cfme-future to 5.8.
Dajo, what are you thoughts on this one? Should someone from QA try to replicate it? Hilda, customers aren't using master, so testing on that version probably isn't the best way to try to replicate (that's why I'm asking dajo...)
Hi, I could reproduce this issue for both versions(5.7, 5.8) Please find detailed steps: 1. Add vCenter Provider 2. Navigate to provider details page. 3. On provider details page select 'Summary View' view type for the page. 4. Add a tag to the vCenter Provider 5. Click "Datastores" on provider page 6. Check Datastores tag info Result: Providers tags display for datastores, after refresh datastores tags displays Additional info: This issue reproduces only if provider details page have a 'Summary View', for 'Dashboard View' tags are not duplicated for datastores
*** Bug 1515718 has been marked as a duplicate of this bug. ***
I want to add that this bug occurs when using ALSO OTHER PROVIDERS, not only with using vCenter VMware Provider.
Another note for Ruslana's additional info: the bug also occurs for Dashboard view (not just Summary view), but not always; it depends on how and when you switch between the views when displaying tags.
fixing https://github.com/ManageIQ/manageiq-ui-classic/pull/3407
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/e1256a03f924684b0da5f0db003cfd5ef7cdb82c commit e1256a03f924684b0da5f0db003cfd5ef7cdb82c Author: Hilda Stastna <hstastna> AuthorDate: Wed Apr 18 08:42:39 2018 -0400 Commit: Hilda Stastna <hstastna> CommitDate: Wed Apr 18 08:42:39 2018 -0400 Add get_tagdata method to fix displaying correct tags of Datastore Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1464472 Fix displaying correct tags of Datastore of any provider from Compute > Infrastructure > Providers page. app/controllers/storage_controller.rb | 1 + 1 file changed, 1 insertion(+)
*** Bug 1593694 has been marked as a duplicate of this bug. ***