diff --git a/typo3/sysext/frontend/Classes/View/AdminPanelView.php b/typo3/sysext/frontend/Classes/View/AdminPanelView.php index 4adac5e..057b4b1 100644 --- a/typo3/sysext/frontend/Classes/View/AdminPanelView.php +++ b/typo3/sysext/frontend/Classes/View/AdminPanelView.php @@ -101,6 +101,8 @@ class AdminPanelView { $GLOBALS['TSFE']->set_no_cache('Admin Panel: Display edit icons', TRUE); } elseif ($GLOBALS['TSFE']->displayFieldEditIcons) { $GLOBALS['TSFE']->set_no_cache('Admin Panel: Display field edit icons', TRUE); + } elseif (GeneralUtility::_GP('ADMCMD_view')) { + $GLOBALS['TSFE']->set_no_cache('Admin Panel: Display preview', TRUE); } }