Skip to content
Snippets Groups Projects

Issue #3294162 by papa ours, jlicht: Errors on search-only for paragraphs library

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -54,6 +54,9 @@ class Paragraph extends Entity {
$parentEntity = $paragraph->getParentEntity();
if (!empty($parentEntity)) {
if (!method_exists($parentEntity, 'getParentEntity')) {
continue;
}
$parentEntityType = $parentEntity->getEntityTypeId();
// In the case of nested relationships we need to find the base
// entity.
Loading