Skip to content

Commit

Permalink
[TASK] Deactivate storage PID handling if not explicitly defined in t…
Browse files Browse the repository at this point in the history
…he plugin
  • Loading branch information
dot3media committed Apr 17, 2024
1 parent 524986e commit 1d32397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Controller/ProfileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public function initializeAction(): void
$querySettings->setStoragePageIds(
GeneralUtility::intExplode(',', $contentObjectData['pages'])
);
} else {
$querySettings->setRespectStoragePage(false);
}

if (isset($this->settings['fallbackForNonTranslated'])
Expand Down

0 comments on commit 1d32397

Please sign in to comment.