[Neos] Two prototypes siblings of same prototype with different resutlts?

Carsten Bleicker carsten at bleicker.de
Mon Jul 7 01:25:35 CEST 2014


hi,

prototype(BLEICKER.SavingDogs:AbstractAnimalList) < prototype(TYPO3.Neos:Content){
	animals = ${q(site).find('[instanceof BLEICKER.SavingDogs:AbstractAnimal]')}
	animalListItem = BLEICKER.SavingDogs:AnimalListItem
}

// This one works
prototype(BLEICKER.SavingDogs:AnimalList) < prototype(BLEICKER.SavingDogs:AbstractAnimalList){

}

// This one is empty????
prototype(BLEICKER.SavingDogs:EmergencyAnimalList) < prototype(BLEICKER.SavingDogs:AbstractAnimalList){

}

why the 2. and 3. list having different behaviours?
any ideas?





More information about the Neos mailing list