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

Making a copy of an instance from the user admin panel causes URL hash issues #1511

Open
clpetersonucf opened this issue Oct 5, 2023 · 0 comments
Labels
Post-React Issues related to the React Branch update to be addressed after its release.

Comments

@clpetersonucf
Copy link
Member

It replaces the current hash (/admin/user#12345) with the new instance hash, which isn't valid in that context. Instead, it should probably update your window.location to the new instance (/admin/instance#new_instance_hash)

@clpetersonucf clpetersonucf added the Post-React Issues related to the React Branch update to be addressed after its release. label Oct 5, 2023
@clpetersonucf clpetersonucf changed the title Making a copy of an instance from the user admin causes URL hash issues Making a copy of an instance from the user admin panel causes URL hash issues Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Post-React Issues related to the React Branch update to be addressed after its release.
Projects
None yet
Development

No branches or pull requests

1 participant