kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Add support for ezcountry field value set as a single string #224

Closed gggeek closed 3 years ago

gggeek commented 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' ] )

crevillo commented 4 years ago

we should allow to add an array of codes in the case the field allow multiple values. i'm working on it...

gggeek commented 3 years ago

Merged - will be in release 5.13