Skip to content

Commit

Permalink
Merge branch 'develop' into 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Jul 13, 2023
2 parents dc82990 + 23bf676 commit 23d9308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public function modifyQuery(ElementQueryInterface $query): void
public function matchElement(ElementInterface $element): bool
{
/** @var Product $element */
return $this->matchValue((string)$element->getType());
return $this->matchValue($element->getType()->uid);
}
}

0 comments on commit 23d9308

Please sign in to comment.