- Issue created by @ayrmax
- Merge request !2Issue #3530955: Cannot load the "%s" entity with NULL ID. → (Open) created by dhruv.mittal
I noticed that there can be the case that the "responsive_image_style" setting is empty. This triggers an error.
The issue is in "umf/src/Plugin/Field/FieldFormatter/UniversalMediaFormatter.php" line 296.
A check might be required:
$responsive_image_style = $this->responsiveImageStyleStorage->load($this->getSetting('responsive_image_style'));
Active
1.0
Code