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

tim-diels created an issue. See original summary.

  • tim-diels committed b77fe566 on 2.0.x
    Issue #3376173 by tim-diels: allowed_countries and allowed_types should...
tim-diels’s picture

Status: Active » Fixed
tim-diels’s picture

Status: Fixed » Closed (fixed)