Closed gggeek closed 4 years ago
Eg: allow a field of type ezcountry to have its value set by specifying in the migration simply 'IT' or 'ES' as value ( currently it works if we pass an array: [ 'ES' ] )
we should allow to add an array of codes in the case the field allow multiple values. i'm working on it...
Merged - will be in release 5.13
Eg: allow a field of type ezcountry to have its value set by specifying in the migration simply 'IT' or 'ES' as value ( currently it works if we pass an array: [ 'ES' ] )