plantagoIT / strapi-drag-drop-content-type-plugin

Strapi plugin that provides a drag and droppable menu for ordering content types in a somewhat userfriendly way.
41 stars 18 forks source link

Rank field is not shared if localization is disabled on a field #84

Open Brend4n opened 4 months ago

Brend4n commented 4 months ago

Say we want to have the same ranking/ordering for all localizations, and to do this we disable localization for the rank field, if you reorder items, it will only set it on the selected language.

Is it possible to make this update all language priorities as expected?

derschiw commented 4 months ago

Currently it isn't and i don't have time to fix this, sorry. But feel free to submit a PR!

derschiw commented 1 month ago

Isn't it possible to just disable localization on the rank field? I gues that should work..

Brend4n commented 1 month ago

I had tried disabling localization for the field but it still would only modify it for the one language, so we need to modify in each language manually.