- Issue created by @ashrafomar
- Status changed to Needs review
22 days ago 4:01pm 25 April 2025 - ๐ซ๐ทFrance paulguy Paris
This patch seems not required anymore with 4.0.2
In the Mailjet Subscription module, not all fields are included in `config_export`, which means the configuration isnโt saved properly or accessible within the entity object.
When saving the form, thereโs an issue with an undefined method `urlInfo()`.
1. Enable the Mailjet Subscription module.
2. Create a subscription.
Add the missing fields in `mailjet/modules/mailjet_subscription/src/Entity/SubscriptionForm.php`.
Use `toUri()` instead of `urlInfo()`, as `urlInfo()` has been deprecated. Update in `contrib/mailjet/modules/mailjet_subscription/src/Form/SubscriptionFormFormBase.php`.
Active
4.0
Code
This patch seems not required anymore with 4.0.2