Skip to content

Commit

Permalink
Merge pull request #406 from pixelant/fixfilter
Browse files Browse the repository at this point in the history
[BUGFIX] avoid error when localize filter of type category
  • Loading branch information
MattiasNilsson authored May 31, 2023
2 parents 4f1afda + 13e9069 commit 585fe3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
' AND (tx_pxaproductmanager_domain_model_attribute.sys_language_uid = 0 OR tx_pxaproductmanager_domain_model_attribute.l10n_parent = 0) ORDER BY tx_pxaproductmanager_domain_model_attribute.sorting',
'minitems' => 1,
'maxitems' => 1,
'default' => 0,
],
],
'conjunction' => [
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => true,
'version' => '11.0.14',
'version' => '11.0.15',
'constraints' => [
'depends' => [
'typo3' => '10.4.6-11.5.99',
Expand Down

0 comments on commit 585fe3f

Please sign in to comment.