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: In topbar menu the link Node Type redirection ko if '/#/' is included - EXO-70678 - Meeds-io/meeds#1815 (#3687) #3690

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

mkrout
Copy link
Member

@mkrout mkrout commented Apr 17, 2024

Before this change, When the href attribute contains a "#" followed by a fragment identifier, the browser treats it as an anchor link and tries to navigate to that fragment within the current page, instead of navigating to a different URL
After this change, the redirection will be done by a OnClick event, without removing the href attribute.

…luded - EXO-70678 - Meeds-io/meeds#1815 (#3687)

Before this change, When the href attribute contains a "#" followed by a
fragment identifier, the browser treats it as an anchor link and tries
to navigate to that fragment within the current page, instead of
navigating to a different URL
After this change, Handling the click and manually perform the
redirection

(cherry picked from commit 182baab)
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Apr 17, 2024
Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@azayati azayati left a comment

Choose a reason for hiding this comment

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

LGTM

@mkrout mkrout merged commit 681aa1f into stable/6.5.x-exo Apr 17, 2024
7 checks passed
@mkrout mkrout deleted the stable-70678 branch April 17, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants