bobdenotter / conimex

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

Fix issues with uppercase slugs from bolt3 and some minor fixes #58

Closed bartjuh4 closed 2 years ago

bartjuh4 commented 2 years ago

This solves the issue when bolt3 has an uppercase slug in a content type. Conimex does a findOneBySlug which is case sensitive. Solves duplicate data when running import more than once and correctly setting relations.

Fixes also a bug for the conimex export, which was generating undefined indexes.