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 handling of returnurl parameter in UserProfile component - Fixes #3825 #3826

Merged

Conversation

thabaum
Copy link
Contributor

@thabaum thabaum commented Feb 17, 2024

This pull request fixes the handling of the returnurl parameter in the UserProfile component. Previously, the returnurl parameter was being incorrectly appended multiple times in the URL, leading to unintended behavior. The issue has been addressed by properly checking for the existence of the returnurl parameter and appending it only once if necessary.

Changes Made:

  • Modified the OnParametersSet method in the UserProfile UI control component to handle the returnurl parameter correctly
  • Ensured that the returnurl parameter is appended only once, preventing duplication in the URL

Resolves: #3825

@sbwalker sbwalker merged commit 6f215cb into oqtane:dev Feb 18, 2024
1 check passed
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.

Bug: Fix handling of returnurl parameter in UserProfile component
2 participants