[TYPO3-mvc] Re: Add field to FrontendUserGroup

Mohamed Rebai momed.rebai at gmail.com
Wed Jan 28 21:13:46 CET 2015


Forget about it. I added this Typoscript and it worked :

config.tx_extbase.persistence.classes {
    CCW\CcwTransparenceAgenda\Domain\Model\FrontendUserGroup {
        mapping {
            tableName = fe_groups
            columns {
		ministre.mapOnProperty = ministre
		}
        }
    }
}


More information about the TYPO3-project-typo3v4mvc mailing list