pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
8 stars 30 forks source link

Fix IndexFieldSelectionCombo/IndexFieldSelectionField data types #119

Closed blankse closed 1 year ago

blankse commented 1 year ago

We must use the getFieldType() method. Otherwise it will return the wrong field type from the parent class and will be migrate after saving the class. See https://github.com/pimcore/demo/pull/533