You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 1.0-dev branch.
Discussion
----------
If the login was from the console we don't want to assign a cart to the user object.
Commits
-------
33640a1Fixes#6573ea83ef Adding tests for cart blamer
Steps to reproduce
bin/console lexik:jwt:generate-token sylius --user-class Sylius\\Component\\Core\\Model\\AdminUser
Then it will run the CartBlamer which requires there to be a request in the request stack which is not set up in the console.
The text was updated successfully, but these errors were encountered: