[TYPO3-mvc] Re: Assign user group to a user

Nicolas Owassapian owa at gmx.net
Tue Jul 19 09:18:05 CEST 2016


Set recordType=0 in your ext_typoscript_setup.txt file.

e.g.

config.tx_extbase {
	persistence {
		classes {
			VENDOR\MyExtension\Domain\Model\UserGroup {
				mapping {
					tableName = fe_groups
					recordType = 0
				}
			}
		}
	}
}

Cheers,
Nico


More information about the TYPO3-project-typo3v4mvc mailing list