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
10 stars 33 forks source link

[Bug]: searchAttributes accessed before initialization #113

Closed langert closed 1 year ago

langert commented 1 year ago

Expected behavior

building index without error

Actual behavior

Error building index in v1.0.2 in pimcore 11.0.3

In AbstractConfig.php line 187:

Typed property Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig::$searchAttributes must n
ot be accessed before initialization

Steps to reproduce

bin/console ecommerce:indexservice:bootstrap --create-or-update-index-structure

j-jonas commented 1 year ago

https://github.com/pimcore/ecommerce-framework-bundle/pull/114

dvesh3 commented 1 year ago

Fixed by #115