Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

Fix: skip PolymorphicRelationsType during export #173

Open rvdkooy opened 7 months ago

rvdkooy commented 7 months ago

Hi there,

This one a bit more complicated During a whole database export I run into the following issue when also exporting plugin content-types:

in this PR, I added logic to skip PolymorphicRelationsType and only handle BasicRelationsType relations.

questions:

Gr,

Ronald van der Kooij