- Issue created by @aron01
Entity validation is ignored before saving the entity. This means that constraints made for the entity will be ignored.
Not sure if this is the expected behaviour.
I made a patch that will do the validation if the entity is a node and notify the user about the errors. I might as well leave it here for other people.
The patch is made for version: 1.0.0-beta12
I tested it on Drupal version: 10.4.3
Needs work
Code