Problem/Motivation
When setting up the Flexmail Webform handler the options for the Handler Settings do not load in.
This is because the response from the $flexmailApiManager is different then expected in the code.
Steps to reproduce
- Setup Flexmail Account
- Create Webform
- Add Flexmail handler
- Select Flexmail Account
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_handler_can_not_load_handler_settings-3278677-2.patch | 2.44 KB | peterlemmens |
Comments
Comment #2
peterlemmens commentedHere is a patch that fixes the problem and adds extra check to see if values are returned from the $flexmailApiManager
Comment #3
peterlemmens commentedComment #5
daften commentedThis works perfectly. The REST API from flexmail wasn't stable when we developed it and I think the data model changed afterwards. Thank you so much for the contribution. Committed and will release a new version soon!