Actions
Bug #23982
closedSwitching orgs in redhat_repos page shows a blank page
Description
1. Import manifests into two different orgs
2. Navigate to Content -> Red Hat Repositories
3. Use the org switcher at the top of the page to select the other org
Actual
Page is blank, no JS errors
ReactController#index is called, but the react controller does not call the Katello::API::V2::RepositorySets#index
Expected
Switching orgs works seamlessly. Bonus points, the page isn't reloaded at all (why are we reloading ReactController on org switch?), but the content on the page is refreshed to display the other organization.
Actions