[TYPO3-mvc] Stored Domain Model within Scheduler Task is always empty
Alfred Bez
alfred.bez at googlemail.com
Fri Jun 26 11:40:22 CEST 2015
I improved the TCA and created a minimal configuration. That's all I needed (in /Configuration/TCA/tx_myext_domain_model_simple.php):
############### start ##############
<?php
return [
'columns' => [
'titel' => [],
],
];
############### end ###############
I removed all db-field and the code from the previous post and it still works.
More information about the TYPO3-project-typo3v4mvc
mailing list