Skip to content
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

UI: Fix missing nav links on namespace login #12478

Merged
merged 4 commits into from
Sep 3, 2021
Merged

Conversation

hashishaw
Copy link
Contributor

Fixes an issue due to an Ember bug with sticky query params which was fixed in Ember 3.24. Since we need to backport this fix to 1.8.x, we're going to go with the workaround outlined in this comment and then revert and upgrade to Ember 3.24 for 1.9 and forward.

BEFORE
nav-before

AFTER
nav-after

@hashishaw hashishaw added ui backport bug Used to indicate a potential bug labels Sep 1, 2021
@hashishaw hashishaw added this to the 1.8.3 milestone Sep 1, 2021
Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work on investigating this.

@hashishaw hashishaw merged commit f7d76e0 into main Sep 3, 2021
@hashishaw hashishaw deleted the ui/fix-missing-nav-links branch September 3, 2021 18:46
hashishaw added a commit that referenced this pull request Sep 3, 2021
* Override loading behavior which breaks query params passed to API calls

* Only show loading state if transition is not queryparams only

* Add changelog

* Skip loader if testing
hashishaw added a commit that referenced this pull request Sep 3, 2021
* Override loading behavior which breaks query params passed to API calls

* Only show loading state if transition is not queryparams only

* Add changelog

* Skip loader if testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport bug Used to indicate a potential bug ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants