Bug #8387
No feedback from Katello that there's no organization selected
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
If you're in 'Any Context' and visit one of the Katello pages, there's no longer any feedback that you need to do so - you simply see the spinner for all eternity.
Related issues
Associated revisions
History
#1
Updated by Eric Helms over 8 years ago
- Target version set to 62
- Legacy Backlogs Release (now unused) set to 14
- Difficulty set to trivial
- Triaged changed from No to Yes
#2
Updated by Eric Helms over 8 years ago
- Has duplicate Bug #8468: Selecting the Products page when no context is selected gives you a spinner added
#3
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4847 added
- Pull request deleted (
)
#4
Updated by Eric Helms about 8 years ago
- Target version changed from 62 to 63
#5
Updated by Eric Helms about 8 years ago
- Target version changed from 63 to 66
#6
Updated by Eric Helms about 8 years ago
- Has duplicate Bug #9009: "No Context" message missing in 2.1RC added
#7
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) changed from 14 to 33
#8
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) changed from 33 to 34
#9
Updated by Eric Helms about 8 years ago
- Target version changed from 66 to 67
#10
Updated by Eric Helms about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|91dd4dc5bf864bda5a4f086ff3ea55391c6f45a8.
#11
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) changed from 34 to 23
#12
Updated by Eric Helms about 8 years ago
- Bugzilla link set to 1192203
Fixes #8387: Redirect users back to 403 page if no current organization.
This functionality used to exist thanks to server side code that intercepted
pages. When Bastion was split and the logic that loads SPA pages updated the
server side check could no longer be relied on. This adds this logic to the
client side code and limits itself to declared pages as to not interrupt other
potential plugin pages.