Active
Project:
Decoupled Layout Builder Pitchburgh Modules
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2023 at 23:28 UTC
Updated:
5 Nov 2023 at 23:28 UTC
Jump to comment: Most recent
At present InlineBlockNormalizer doesn't validate the denormalized inline block. It should and throw an error if it doesn't validate.
Put a layout with an invalid field value for an inline block, save the layout and see the block is allowed to be saved even though invalid
Call validate on the entity before serializing. Throw an error if invalid
Implementation
Tests
Comments