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

fix: Redirect with PopupOpener on flagship app #2698

Closed
wants to merge 1 commit into from

Conversation

zatteo
Copy link
Contributor

@zatteo zatteo commented Sep 26, 2024

Flagship app does not handle a redirection with const newWindow = window.open('') and then newWindow.location.href. So let's set the url directly in window.open because we do not know why it was separated in two.

Flagship app does not handle a redirection with const newWindow =
window.open('') and then newWindow.location.href. So let's set the
url directly in window.open because we do not know why it was
separated in two.
@JF-Cozy
Copy link
Collaborator

JF-Cozy commented Oct 7, 2024

Je close ici, ce composant n'a plus lieu d'être on n'ouvre plus les éléments de cette manière, la solution sera côté app de simplement ouvrir le lien dans un nouvel onglet.

@JF-Cozy JF-Cozy closed this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants