We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdf3e67 + e1bc0e2 commit 50a7e3cCopy full SHA for 50a7e3c
1 file changed
Classes/Hooks/DatamapDataHandlerHook.php
@@ -47,7 +47,7 @@ public function processDatamap_beforeStart(DataHandler $dataHandler): void
47
48
$page = BackendUtility::getRecord('pages', abs($pageId));
49
50
- if (!$this->isAllowedTargetPage($incomingFieldArray['list_type'], $page['doktype'])) {
+ if (!$this->isAllowedTargetPage($incomingFieldArray['list_type'] ?? '', $page['doktype'])) {
51
unset($dataHandler->datamap['tt_content'][$id]);
52
$dataHandler->log(
53
'tt_content',
0 commit comments