BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Options not populated to select fields #189

Open betterapp opened 1 week ago

betterapp commented 1 week ago

I have a select field and such configuration:

image

image

I checked to create non existed select options. After import I have only two options in class definition for this field but I should have about 50.

image

For example do not have such options at all: image image

Do we have a issue with populate options to select field in DD ?

DD: 3.7.57

betterapp commented 1 week ago

This is really strange because for some other selects we have for example in bricks options are created. Sometimes all of them, sometimes not.

BlackbitDevs commented 1 week ago

I think that the problem was that class / field definitions were already loaded and thus the appended option was always added to the original options and not to the options after the n-1th item. Now I reload the class definition when a non-existing option value gets found. Could you check if it works better in 3.7.x-dev now?