-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Comparison Sections (depending on navigation steps) #6239
Comments
@h-kataria @himdel @martinpovolny What do you think about this issue? Does it make sense to work on this or are we already working on moving Compare screen to React? Thanks in advance :) |
I think the cause is that Datastore controller doesn't really know how to render listnavs for vm or template. So, I think it may make sense to wait, otherwise we need a way for controller A to use controller B code to display a listnav that controller B would display normally (for any combination of A and B where A has a nested list of B), and we tried that already in #2913 without much progress. (That said, I only know about the generic case, I haven't really looked if the Comparison listnav would be a simpler case.) |
@himdel I am asking myself, if it is really necessary for Datastore controller (and probably some others) to know how to render listnavs for displaying missing Comparison Sections . We just need to render the appropriate div with Comparison Sections, nothing else. That shouldn't be so difficult. The appropriate template is just not rendered. In explorer screens, it happens through |
Feel free to try :). As far as I can tell, it involves rendering Not sure if any of that can work without having |
@ZitaNemeckova can you take a look if this can be easily fixed as per #6239 (comment) |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
When comparing various items (VMs, Hosts, Templates...), displayed in a nested list, Comparison Sections accordion is missing, it is not possible to change between the sections, only Workload section is available.
Steps to reproduce: (one of possible scenarios)
=> Comparison Sections accordion is missing
Expected result:
Comparison Sections present, as it is for example for comparing VMs, displayed in Compute > Infrastructure > Virtual Machines:
Additional info:
I've tested the presence of the issue in: 5.9, 5.10, 5.11 and it is present for all of them.
The presence of this issue depends also on navigation steps, it works for some items displayed in a nested list (for example VMs displayed from a provider's details page).
If you will not be able to reproduce this, it may be because of a different issue: https://bugzilla.redhat.com/show_bug.cgi?id=1733120 (fixed)
The text was updated successfully, but these errors were encountered: