Problem/Motivation
The allowed_countries and the allowed_types are stored as NULL when empty, they should be stored as empty arrays.
Proposed resolution
Change NULL to [].
Remaining tasks
Create patch
Review patch
User interface changes
-
API changes
-
Data model changes
NULL values for allowed_countries and the allowed_types are changed to empty arrays.
Comments
Comment #3
tim-dielsComment #4
tim-diels