From 37b60f76f31b20ddcce65f3d37d7f9f19a3ef14d Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Fri, 5 Jul 2024 09:12:34 +0200 Subject: [PATCH] fixed #415 - [Bug]: Find parent by attribute - parent needs to be published (#416) --- src/Resolver/Location/FindParentStrategy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resolver/Location/FindParentStrategy.php b/src/Resolver/Location/FindParentStrategy.php index 4b794ebf..4288a954 100644 --- a/src/Resolver/Location/FindParentStrategy.php +++ b/src/Resolver/Location/FindParentStrategy.php @@ -124,7 +124,7 @@ public function updateParent(ElementInterface $element, array $inputData): Eleme $this->attributeName, $identifier, $this->attributeLanguage, - false, + true, 1 ); break;