diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandler.php b/typo3/sysext/core/Classes/DataHandling/DataHandler.php index 1578c62d59a5c5c57d7ba731b7b3b225eb6b5869..a9028ee114d57e9fd0c20b7596c9d75b8395a501 100644 --- a/typo3/sysext/core/Classes/DataHandling/DataHandler.php +++ b/typo3/sysext/core/Classes/DataHandling/DataHandler.php @@ -5400,6 +5400,8 @@ class DataHandler implements LoggerAwareInterface // make sure the isImporting flag is transferred, so all hooks know if // the current process is an import process $copyTCE->isImporting = $this->isImporting; + $copyTCE->bypassAccessCheckForRecords = $this->bypassAccessCheckForRecords; + $copyTCE->bypassWorkspaceRestrictions = $this->bypassWorkspaceRestrictions; return $copyTCE; }