[TYPO3-mvc] Re: Validation Problem - linked child object is validated but should not be...

Anton Dev anton.gobzhelyan at gmail.com
Mon Jan 4 23:56:48 CET 2016


Making your child property with lazy loading should be useful for your case:

/**
* categories
*
* @lazy
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\Custom\Content\Domain\Model\Category>
*/
protected $categories = NULL;


More information about the TYPO3-project-typo3v4mvc mailing list