Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[Cookbook][Session] some language tweaks#5081
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
and you want to use this as the locale for the given user. To accomplish this, | ||
you can hook into the login process and update the user's session with the | ||
this locale value before they are redirected to their first page. | ||
Assumed you have defined a ``locale`` property on your ``User`` entity and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Suppose you have defined...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Everything else looks perfect - so I made this last change at sha:45aff1d
Thanks Christian!
This PR was merged into the 2.3 branch.Discussion----------[Cookbook][Session] some language tweaks| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |Commits-------5377525 some language tweaks
* 2.3: [#5081] Very minor language tweak [#5008] Shortening section and moving much of the note to reference Added a note about how to enable http_method_override for caching kernels some language tweaks Reworded again the note about "optional options" Reworded the explanation about "optional options" Minow grammar fix Added a note about the Symfony versions affected by ICU problems Reworded the explanation about optional command options
Thanks for the tweak, Ryan. |