TYPO3-Caretaker / caretaker_instance

TYPO3 extension caretaker_instance
GNU General Public License v2.0
14 stars 23 forks source link

GetRecords broken since TYPO3 v7 #59

Closed vertexvaar closed 6 years ago

vertexvaar commented 6 years ago

class.tx_caretakerinstance_Operation_GetRecords.php still tries to load the TCA via $GLOBALS['TSFE']->includeTCA(); which does not exist anymore. Please remove \tx_caretakerinstance_Operation_GetRecords::includeTCA completely and replace /class.tx_caretakerinstance_Operation_GetRecords.php:129 $this->includeTCA(); with \TYPO3\CMS\Frontend\Utility\EidUtility::initTCA(); like it was done in Web/typo3conf/ext/caretaker_instance/classes/class.tx_caretakerinstance_Operation_GetRecord.php:75