Bug #27064
closedGoing to "Any Organization" on subscription details page will result in blank page
Description
Follow up issue from https://github.com/Katello/katello/pull/8052
When I go to a subscription details page (i.e. subscriptions/44) and then select "Any Organization", sometimes the page will go blank and I'll be redirected to organizations/clear. It looks like that is explicitly done here1 in foreman's component, I'm guessing it is necessary to clear the current organization, but it seems using it as an href actually redirects the browser there. This being said, I'm not exactly sure why its an issue only on subpages, I'm guessing the page is redirected back to the redirectPage that is passed in to withOrganization and the href from TaxonomyDropdown is also redirecting but it happens after the redirectPage.
The endpoint is not an API so we will have to figure out how to call it without the browser redirect or another solution to handle it.
Updated by James Jeffers about 5 years ago
- Target version set to Katello 3.14.0
- Triaged changed from No to Yes
Updated by Jonathon Turel over 4 years ago
- Status changed from New to Resolved
- Target version changed from Katello 3.14.0 to Katello Recycle Bin