[Neos] image variant unable to choose media

Dominic Garms djgarms at gmail.com
Thu Jan 9 17:03:12 CET 2014


On 22/12/13 18:04, Patric Eckhart wrote:
> I had the same problem - try to clear the Cache ./flow flow:cache:flush
> --force
Hi Patric,

in my installation the ImageVariant is never working for choosing a 
picture out of the media database. The spinner never stops.

#1297759968: Exception while property mapping for target type 
"TYPO3\Media\Domain\Model\Image", at property path "": Object with 
identity "undefined" not found.

My NodeType looks like following:

'DMF.Galleria:GalleriaImage':
   superTypes: ['TYPO3.Neos:Content']
   ui:
     group: 'structure'
     label: 'Image for Galleria'
     icon: 'icon-camera-retro'
     inlineEditable: TRUE
     inspector:
       groups:
         image:
           label: 'Galleria item options'
   properties:
     image:
       type: TYPO3\Media\Domain\Model\ImageVariant
       ui:
         label: 'Image'
         reloadIfChanged: TRUE
         inspector:
           group: 'image'

Cheers,
Dominic



More information about the Neos mailing list