- Issue created by @swirt
- πΊπΈUnited States swirt Florida
I have not determined a way to intercept this yet.
- πΊπΈUnited States swirt Florida
I discovered this is not specific to Paragaphs. Even adding an image to an image field triggers validation on the whole node.
- πΊπΈUnited States swirt Florida
This was caused by ajax requests triggering the validation of the entire entity. I have hopped around this by detecting the ajax type of call and bypassing the validation in that case.
- Merge request !61#3541613 Adding an entity reference validate the entire node β (Merged) created by swirt
- πΊπΈUnited States swirt Florida
The MR solves the issue of premature firing of validation on ajax changes to the entity form.
- πΊπΈUnited States dafeder Philadelphia, PA
swirt β credited dafeder β .
- πΊπΈUnited States swirt Florida
Crediting dafeder for kicking this around with me enough to lead me to a solution.