- 🇺🇦Ukraine marchuk.vitaliy Rivne, UA
Added a patch compatible with the latest dev version.
- 🇮🇱Israel jsacksick
Comment #3 was ignored...
You can't put a required parameter after an optional one.
As a developer, I need to know the context of the add_to_cart form when I subscribe to the ProductEvents::PRODUCT_VARIATION_AJAX_CHANGE
event
In other words, I need the $form_state
in order to implement custom functionalities when the Cart is being updated.
Common usecases:
Add the $form_state
variable to ProductEvents::PRODUCT_VARIATION_AJAX_CHANGE
event in ProductVariationWidgetBase
.
This has absolutely no impact on any other parts of the Commerce suite, whatsoever.
Closed: won't fix
2.0
Product
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Added a patch compatible with the latest dev version.
Comment #3 was ignored...
You can't put a required parameter after an optional one.