This PR was merged into the 1.7-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | Master
| Bug fix? | Depends on the eyes ;)
| New feature? | Again, it depends
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes#10868
| License | MIT
- [x] Create Behat scenarios
- [x] Implement this change only on checkout (the same behaviour is present in the product review process where we want to keep it)
- [x] Update the docs describing this behaviour. Remember, also, to include a guide to add the 'registered user validation' again
Commits
-------
9defd0603f Removed validation and removed check for associated user in customer entity
279366e42a Add scenario
aeabefdf11 Added checkout guest type
92db50d2ad Added guest validation group to checkout guest
3a082f43b5 Removed validation group from parameters, but added it to validation constraints
8f56b1cb29 Created docs for removal of registered user constraint
d9e949cc40 Correct the stakeholder in the feature to comply with other features
d0269dccdb Removed inheritdocs
* 1.5:
[Shop] Improved implementation of promotion integrity checker
[Admin][Shipment] Not displaying shipments in cart state on the list
[Behat] Describe promosions priority and integrity checker issue
[Behat] Describe promotion integrity issue
Change course CTA
* 1.3:
Add scalar types in Behat/Page/Admin directory
Fix docs with page object extension usage
Don't test semantic-ui during product rating
Remove js scenarios which does not require any more work
External command informing about GUS existence
* 1.2:
Fix docs with page object extension usage
Don't test semantic-ui during product rating
Remove js scenarios which does not require any more work
External command informing about GUS existence
* 1.1:
Added title to product reviews, fixed#9425
Fix tests.
Make tests passing again
Apply coding standard fixes
Random PHPStan fixed (level 2)
Install Doctrine extension for PHPStan
Install Symfony extension for PHPStan
Fix constraint class related ambiguities in validators
Install PHPStan 0.10 & Webmozart/Assert extension
Fix DoctrineTargetEntitiesResolverPass priority to avoid mapping issues.