diff --git a/Classes/Controller/ProfileController.php b/Classes/Controller/ProfileController.php index 726e57d..b3b2655 100644 --- a/Classes/Controller/ProfileController.php +++ b/Classes/Controller/ProfileController.php @@ -48,6 +48,8 @@ public function initializeAction(): void $querySettings->setStoragePageIds( GeneralUtility::intExplode(',', $contentObjectData['pages']) ); + } else { + $querySettings->setRespectStoragePage(false); } if (isset($this->settings['fallbackForNonTranslated'])