bobdenotter / conimex

🍛 Content Importer and Exporter (as YAML) for Bolt 4
MIT License
6 stars 13 forks source link

Float and Integer fields are imported as generic #11

Open nestordedios opened 3 years ago

nestordedios commented 3 years ago

Hi!

It seems floatand integer fields are not being imported with the proper field type.

Float and integer fields is known as number field in Bolt 4 and the mode can be set either to be an integer or a float. After the import has run this field is imported as generic type (See screenshot)

Capture

Bolt version: Bolt 5 beta 3 Extension version: 1.3.2 PHP version: 7.3

nestordedios commented 3 years ago

After looking into this a bit deeper, I think this is not a real issue with the extension itself.

In my case (Migration from bolt 3 to Bolt 4) the issue occurs when running the import command before updating the contenttypes.yaml to be compatible with Bolt 4 fields' definitions.

I think this issue can be closed.

I-Valchev commented 3 years ago

Nice, good to know for the future too!