- Issue created by @trickfun
- First commit to issue fork.
- 🇮🇳India roshni27
Sendinblue: Digital Marketing Tool : 1.1.4
"sendinblue/api-v3-sdk": "^7.4"
Enable multilanguage
Go to /admin/config/services/sendinblue-api/fields page
I have not been able to reproduce the issue. can you share more information? - 🇮🇹Italy trickfun
The error is due to the field $field->type having no value.
Line 54 of CustomFieldsController.
With custom field maybe the type is not provided. - Status changed to Needs review
about 1 year ago 5:08am 6 October 2023 - Status changed to Closed: outdated
8 months ago 9:27am 25 March 2024 - 🇮🇹Italy finex
Hi, with latest release (1.2.0) I'm not able to reproduce this issue anymore. Probably with the new API the type is always available. I've tried all custom types from Brevo and now it's ok.
- Status changed to Needs review
6 months ago 9:52pm 16 May 2024 - 🇫🇷France tostinni
Using 1.2.0 on a fresh install we still ahve this issue.
As mentioned by trickfun in #6 the problem appears when Sendinblue is sending some fields with no type.
Patch in #7 fix the issue.