Files
discourse/spec
Natalie Tay 127adedf3f FIX: Redirect to the target tag when synonym is visited (#37672)
There's a bug now when navigating to a tag synonym via the tag dropdown
would show some inconsistencies in the URL and the dropdown. (URL
showing synonym, dropdown showing synonym's target). This is also
evident with the tag banners theme component.

This fix ensures that the user will only see the target tag by making
sure we route to the target immediately from the dropdown, without
triggering a refresh or redirect.
2026-02-12 17:33:02 +08:00
..