You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... and the content review notification job will fail due to email address validation.
Easy to workaround by updating the field value in site settings. Picking out the email address from the config setting would be a better option, by detecting an array value.
The text was updated successfully, but these errors were encountered:
Probably no module is aware of this. Including the framework itself.
The Config "API" was updated to support a non-string at 4.4.5, but no getter was added to normalise this behaviour (at least not in the same commit - I didn't check further). The array setting is dealt with in a specific use case, and seemingly nowhere else.
Hi folks
If you have this configuration per the documentation:
The field in site settings will end up containing a JSONifed representation:
... and the content review notification job will fail due to email address validation.
Easy to workaround by updating the field value in site settings. Picking out the email address from the config setting would be a better option, by detecting an array value.
The text was updated successfully, but these errors were encountered: