Baboo7 / strapi-plugin-import-export-entries

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

[BUG] Import/export whole database on collection edit view #122

Closed r0emek closed 1 year ago

r0emek commented 1 year ago

Buttons export/import on collection add/edit view open whole database flow.

To Reproduce Steps to reproduce the behavior:

  1. Go to any collection type
  2. enter existing one or add new to collection to ender edit view
  3. click export or import button

Expected behavior Export/import for specific collection type starts (filtered collection)

Screenshots Collection: image

Single: image

Additional context It works correctly for single types

Baboo7 commented 1 year ago

@r0emek this is fixed in version v1.19.3 (#124)

UbikK commented 7 months ago

Hi! I still have this problem in the current version... Reading the PR, I'd say it's because of the regex used for parsing the pathname: it uses collectionType instead of collection-types and the same is true for singleType instead of single-types.

barrett-rob commented 7 months ago

Hello. We are having this issue with version

    "@strapi/strapi": "4.17.0",
    "strapi-plugin-import-export-entries": "^1.23.1",