-
Notifications
You must be signed in to change notification settings - Fork 28
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
LPD-32573 Use the url mapping to avoid missing parameters on language change #154328
Conversation
… to make it clearer and safer.
To conserve resources, the PR Tester does not automatically run for forwarded pull requests. |
✔️ ci:test:sf - 1 out of 1 jobs passed in 4 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-32573 1 Successful Jobs:For more details click here. |
@robertoDiaz can you merge the tests back together the way they were before. That's the preferred pattern so that integration tests run faster. yes, it's harder to debug, but I want to run speed. See robertoDiaz#909 |
Sure @brianchandotcom :) I'll remove my last commit and I'll resend |
Forwarded from: liferay-content-management#5862 (Took 3
ci:forward
attempts in 1 day 22 hours 46 minutes)Console
@robertoDiaz
@liferay-content-management
Original pull request comment:
What is this trying to solve?
https://liferay.atlassian.net/browse/LPD-32573
How am I fixing it?
Using the existing implementations of FriendlyURLMapper to get the full url and avoid missing parameters
How can you verify that it works?
Run the included automated tests.