BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

NULL values for Image Galery type #149

Closed betterapp closed 3 months ago

betterapp commented 4 months ago

We have a Product class with Images field type Image Gallery.

We have also Flyer class which have Products field (Advanced m2m object relation).

I have set images to Product class. image

I see images in the Flyer object

image

I created dataport which export flyer data with products data. What I see is that in Images I have a array with null values. Why ?

image

BlackbitDevs commented 4 months ago

Which data query selector do you use? For such cases I usually use products:each:(images:each:(url)) Maybe serializing Hotspotimage does not work correctly. I will try to reproduce your case soon...

BlackbitDevs commented 3 months ago

I have reproduced and fixed the problem in 3.6.x-dev. Do you need the fix for version 3.5.*, @betterapp? 3.6 will get released this week.

betterapp commented 3 months ago

yes. I need it for 3.5 also. thank You

BlackbitDevs commented 3 months ago

Is also fixed in 3.5.54.

betterapp commented 3 months ago

working fine