lautr / strapi-plugin-duplicate-button

19 stars 8 forks source link

Align implementation with list view logic #31

Open lautr opened 5 months ago

lautr commented 5 months ago

The Logic used by Strapi from the List View is different, but seems to cause issues in various scenarios

https://github.com/strapi/strapi/blob/v4.25.1/packages/core/admin/admin/src/content-manager/pages/ListView/ListViewPage.tsx

So this implementation should leverage both to get the best result.