[TYPO3-extbase-kickstarter] roundtrip does not work anymore in 6.1.1?

Domi djgarms at gmail.com
Tue Jul 2 12:40:12 CEST 2013


On 02/07/13 18:36, Nicolas de Haen wrote:
> Are the overwrite settings correct and is roundtrip mode enabled in
> extension manager?
>
>
I didn't touch the yaml file, and for very long time there wasn't any 
change to the model, so I could just leave it:

############  extension settings  ##############

emConf:
   dependencies: cms,extbase,fluid,vhs

overwriteSettings:
   Classes:
     Controller: merge
     Domain:
       Model: merge
       Repository: merge

   Configuration:
     TCA: merge
     TypoScript: merge

   Resources:
     Private:
       Language:
         locallang.xml: merge
         locallang.xlf: keep
       #Templates: keep

   ext_icon.gif: keep

   ext_localconf.php: merge

   ext_tables.php: merge

   ext_tables.sql: merge
## ext_autoload.php is only needed in special cases ##
createAutoloadRegistry: false

classBuilder:

   Controller:
     parentClass: \TYPO3\CMS\Extbase\Mvc\Controller\ActionController

   Model:
     AbstractEntity:
       parentClass: \TYPO3\CMS\Extbase\DomainObject\AbstractEntity

     AbstractValueObject:
       parentClass: \TYPO3\CMS\Extbase\DomainObject\AbstractValueObject

   Repository:
     parentClass: \TYPO3\CMS\Extbase\Persistence\Repository


Roundtrip and Backup mode are both selected in EM.

Regards,
Dominic


More information about the TYPO3-project-extbase-kickstarter mailing list