- Issue created by @pixelwhip
- Merge request !199Issue #3519367: Layout Paragraphs should not attempt an access check if the operation is NULL β (Open) created by pixelwhip
LayoutParagraphsBuilderAccess.php::access allows for NULL $operation values. In the case of NULL, the entity access check against a paragraph should be avoided since it won't have any effect and can cause issues in other modules, such as scheduled_transitions, that assume $operation to be a string value.
Active
3.0
Code