Skip to content

Commit

Permalink
[BUGFIX] Ignore language preferences for PluginConfiguration selection
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Dec 11, 2023
1 parent 5b7597e commit 64c6621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Service/PluginConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ protected function buildPluginConfigurationObject(int $uid): ?object
$query = HelperUtility::getQuery($row['model_name']);
$query
->getQuerySettings()
->setRespectSysLanguage(false)
->setRespectStoragePage(false);

return $query
Expand Down

0 comments on commit 64c6621

Please sign in to comment.