[TYPO3-english] Re: Backend layout No edit access
Naberd Zendi
naberd at uwkm.nl
Mon Aug 7 16:12:55 CEST 2017
wel not sure wth is wrong there, had to modify core file
/typo3/sysext/backend/Classes/View/PageLayoutView.php
} elseif (isset($columnConfig['colPos']) && $columnConfig['colPos'] !== ''
&& !GeneralUtility::inList($this->tt_contentConfig['activeCols'], $columnConfig['colPos'])
) {
$grid .= $this->tt_content_drawColHeader($this->getLanguageService()->sL($columnConfig['name'])
. ' (' . $this->getLanguageService()->getLL('noAccess') . ')', '', '');
and instead of noAccess message i set there to return normal values
$grid .= $head[$columnKey] . $content[$columnKey];
More information about the TYPO3-english
mailing list