Description of problem: I have thought about simple and usable feature (one JS command) "opening relevant tab depending on URL anchor". This feature will be able to open (bootstrap) tab after loading page. Anchor will be taken from URL. This is the JS code: $('a[href="'+window.location.hash+'"]').tab('show'); Reason: In some situations, we want to execute some action in one of tabs and a WebUI redirects us to new page, there are only content of previous tab. Nice example: When we want delete VM. 1. Open "Compute Resource" > some resource (in my case EC2) > "Virtual Machines". 2. We can see list of machines for this resource. 3. We open detail one of them and click on the button "Delete" (right side of page) 4. We are redirect to page, where is only list of VMs (mising bar of tabs). We are redirect to https://<fqdn>/compute_resources/1-ec2-resource/vms. I think that a better way would be to redirect users back to the resource detail and open tab with the list there. (something as https://<fqdn>/compute_resources/1-ec2-resource#vms)
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release.
I believe the gist of this BZ is for the context to be preserved during a redirect, in this case, from the VM deletion on the compute resource page, which contains a number of tabs.
Created redmine issue http://projects.theforeman.org/issues/6019 from this bug
Same problem: Compute Resource (in my case EC2) > create a Image
Same problem: Compute Resource (in my case RHEV) > open a existing image and press "Cancel"
Fixed returns to Virtual Machines or Images tab after create/update/delete https://github.com/theforeman/foreman/pull/1514
Upstream bug component is Compute Resources
Upstream bug component is Provisioning
Thank you for your interest in Satellite 6. We have evaluated this request, and we do not expect this to be implemented in product in the forseeable future. We are therefore closing this out as WONTFIX. If you have any concerns about this, please feel free to contact Rich Jerrido or Bryan Kearney. Thank you.