-
Notifications
You must be signed in to change notification settings - Fork 283
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: Adapt URLs generated in the backend to new routes #6649
Conversation
11af64c
to
fb1bac0
Compare
@juliusknorr Code change looks ok but could you check cypress and unit tests? |
67315aa
to
1177d08
Compare
Cypress catched a bug that resulted in an endless recursion, fixed with my last commit. |
edb5fd4
to
8314ca7
Compare
update the branch with latest main to have correct nc versions for cypress |
🐢 Performance warning. |
Signed-off-by: Julius Knorr <[email protected]>
Signed-off-by: Julius Knorr <[email protected]>
…cases Signed-off-by: Julius Knorr <[email protected]>
Signed-off-by: Julius Knorr <[email protected]>
8314ca7
to
1b2a352
Compare
/backport to stable31 |
This fixes an issue reported by @peterwebdesign that links in activity emails or the activity stream may not work as they were always generated with index.php and the vue router redirect did not work properly with legacy hash based urls.
Besides fixing the hash detection to redirect from
#/board/123
to/board/123
this also adapt all cases where old URLs were still generated.