Skip to content

Commit

Permalink
fixed pimcore#415 - [Bug]: Find parent by attribute - parent needs to…
Browse files Browse the repository at this point in the history
… be published (pimcore#416)
  • Loading branch information
fashxp authored Jul 5, 2024
1 parent 69a4d70 commit 37b60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolver/Location/FindParentStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function updateParent(ElementInterface $element, array $inputData): Eleme
$this->attributeName,
$identifier,
$this->attributeLanguage,
false,
true,
1
);
break;
Expand Down

0 comments on commit 37b60f7

Please sign in to comment.