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

Fragment links remove query params #4830

Open
johnsicili opened this issue Feb 4, 2025 · 0 comments
Open

Fragment links remove query params #4830

johnsicili opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels
area:settings Settings panel on the right prio:1 The most important thing to work on type:bug Something isn't working

Comments

@johnsicili
Copy link
Contributor

Clicking on a fragment link will strip query params from the URL which may be needed for conditional content.

  1. Add a section
  2. Bind expression to Show system.search.hi ? true : false
  3. Add another section with an ID
  4. Create a link to that section
  5. Publish
  6. Visit live site and add query param hi to the URL
  7. Click the fragment link
  8. See section that relies on the query param go away
@johnsicili johnsicili added area:settings Settings panel on the right prio:1 The most important thing to work on type:bug Something isn't working labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:settings Settings panel on the right prio:1 The most important thing to work on type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants