- Issue created by @michaellenahan
- š©šŖGermany mxh Offenburg
According to schema definition of cloudflare module, it should be an array both in 8.x-1.x as well as 2.0.x: https://git.drupalcode.org/project/cloudflare/-/blob/2.0.x/config/schema...
- š©šŖGermany michaellenahan
Hi mxh and thanks!
Okay - Iām not sure why Iām getting a string value here, need to investigate further at my end.
Meantime feel free to close as wontfix, the issue will still be here in case anyone else gets the same error, then they can comment and reopen.
- š©šŖGermany mxh Offenburg
Committed your patch, so that both cases are supported.
- Status changed to Fixed
12 months ago 6:07am 16 April 2024 - Status changed to Needs review
12 months ago 8:53am 18 April 2024 - š©šŖGermany michaellenahan
Re-opening this issue, because there is a syntax error in the patch.
Instead of this:
if is_array($instance->zoneId) {
... we should have this ...
if (is_array($instance->zoneId)) {
Here is the updated patch to be applied on top of 1.0.x-dev
- š©šŖGermany michaellenahan
By the way @mxh I would be happy to become a maintainer if that helps you. I don't think many people are actively using this module, but we are (still).
- Status changed to Fixed
12 months ago 9:29am 18 April 2024 - š©šŖGermany mxh Offenburg
@michaellenahan Sure, I've added you as maintainer to this project.
Automatically closed - issue fixed for 2 weeks with no activity.