Open
Conversation
Member
Author
|
@Rajat-Dabade this has the sample build for testing the Boards history module We should not merge this until we've decided when we should introduce a breaking change for previous Boards versions. |
agarciamontoro
approved these changes
Feb 17, 2026
|
❌ E2E Test Setup Failed Failed to create E2E test instances: failed to create installation: failed with status code 409 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
In cases where a team name is the same as the subpath name in a URL (eg.
https://foo.bar/foo/foo/test, wherefoois the team name andtestis the channel name), the Desktop App browser history logic gets confused and will treatfooas the channel name and remove the secondfoo, resulting in a Team not found error.We added this because Boards uses a different browser history module, and it does not account for the basename when setting up the navigation. However, we will be changing that over, so this PR will remove that extra path cleaning logic altogether.
Ticket Link
https://mattermost.atlassian.net/browse/MM-67519