Module has install configurations with dependency on commerce_order.commerce_order_item_type.default.
This configurations will error if we enable a module without the Default order item type.
I suggest to move configurations from config/install to config/optional folder. In this case configurations will install when we have all solved dependencies. If we don't have the Default order item type, then this configurations will ignore without any errors.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce_variation_cart_form-move-configs-install-to-optional_2937016_2.patch | 814 bytes | tibezh |
Comments
Comment #2
tibezh commentedHere is a patch
Comment #3
yoran scholiers commentedCan confirm that the patch works! We had the same issue.
Comment #4
johnpitcairn commented@Yoran Scholiers: if the config is optional, and you do not have a "default" order item type, are there any additional steps required to configure the variation form?
Comment #6
johnpitcairn commented