diff --git a/typo3/sysext/backend/Classes/View/PageLayoutView.php b/typo3/sysext/backend/Classes/View/PageLayoutView.php
index ba2120a40f04cd2e0f15ec9af012f354e18fb71f..960afcb51cc1579f28d679bdd090dea96d12f7b3 100644
--- a/typo3/sysext/backend/Classes/View/PageLayoutView.php
+++ b/typo3/sysext/backend/Classes/View/PageLayoutView.php
@@ -216,6 +216,7 @@ class PageLayoutView implements LoggerAwareInterface
         /** @var PageLayoutView $pageLayoutView */
         $pageLayoutView = GeneralUtility::makeInstance(self::class);
         $pageLayoutView->id = $drawingConfiguration->getPageId();
+        $pageLayoutView->pageinfo = BackendUtility::readPageAccess($pageLayoutView->id, '');
         $pageLayoutView->pageRecord = $drawingConfiguration->getPageRecord();
         $pageLayoutView->option_newWizard = $drawingConfiguration->getShowNewContentWizard();
         $pageLayoutView->defLangBinding = $drawingConfiguration->getDefaultLanguageBinding();