You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The export function only exports the full database and not the specific collection-type or single-type
To Reproduce
Install strapi v4.17.0
Go to a collection
Click export
Notice that the header says
This issue appears to stem from a change in the location pathname from. admin/content-manager/collectionType/plugin::users-permissions.user
into admin/content-manager/collection-types/plugin::users-permissions.user
VeckansE
changed the title
Export Function Exports Full Database Instead of Specific Collections or Single Types.
[BUG] Export Function Exports Full Database Instead of Specific Collections or Single Types.
Jan 12, 2024
The export function only exports the full database and not the specific collection-type or single-type
To Reproduce
Install strapi v4.17.0
This issue appears to stem from a change in the location pathname from.
admin/content-manager/collectionType/plugin::users-permissions.user
into
admin/content-manager/collection-types/plugin::users-permissions.user
and can be fixed by updating.
into
in useSlug
😃
The text was updated successfully, but these errors were encountered: