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

[5.x] Fix localized error messages on forms when previous URL is incorrect #11194

Closed

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue where form error messages weren't being localized correctly if the user's previous URL was incorrect.

The previous URL could be incorrect if an image referenced on the page 404s, causing a Statamic/Laravel 404 page to be displayed.

Fixes #11179.

@jasonvarga
Copy link
Member

It would be great if we could find a way to fix this without needing to add a hidden field.

@duncanmcclean
Copy link
Member Author

The only other solution I could think of is the URL::previous() way we're handling it right now, but if you have 404'ing images, it breaks that because the image URL becomes the "previous URL".

Even though it's not ideal, using a hidden field means that it'll always be the same site as the form was submitted on.

@duncanmcclean
Copy link
Member Author

Closing in favour of #11219.

@duncanmcclean duncanmcclean deleted the fix/localized-error-messages-on-forms-when-images-404 branch December 5, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FrontendFormRequest always gets default locale.
2 participants