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

Backport 1.13.x: Local storage fix #21701

Closed
wants to merge 5 commits into from

Conversation

Monkeychip
Copy link
Contributor

Manual cherry pick of this PR because failing test on automated one I couldn't problem solve.

…21503)

* initial fix

* changelog

* clean up

---------

Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
@Monkeychip Monkeychip added ui backport hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed labels Jul 8, 2023
@Monkeychip Monkeychip added this to the 1.13.5 milestone Jul 8, 2023
Copy link
Contributor

@hashishaw hashishaw left a comment

Choose a reason for hiding this comment

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

Not sure this is a full backport if the check is commented out

@@ -82,6 +83,9 @@ export default Route.extend(ModelBoundaryRoute, ClusterRoute, {
},

model(params) {
// if a user's browser settings block localStorage they will be unable to use Vault. The method will throw the error and the rest of the application will not load.
// localStorage.isLocalStorageSupported();
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we not actually checking if it's supported here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, I just started testing on this branch. Thinking that something was wrong with the non-manual backport. I'll close this.

@Monkeychip Monkeychip closed this Jul 10, 2023
@Monkeychip Monkeychip deleted the backport-pr-21503-1.13.x branch July 10, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants