Skip to content

Commit

Permalink
Fixed ImageCompositeCriterion validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Nov 7, 2023
1 parent fba6a08 commit ad93151
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ protected function validate(

$notSupportedCriteria = array_diff(
array_keys($data),
array_merge(
$supportedCriteria,
['fieldDefIdentifier']
)
$supportedCriteria
);

if (!empty($notSupportedCriteria)) {
Expand Down

0 comments on commit ad93151

Please sign in to comment.