ATM, is not easy to change the order of the selected items of Chosen Multiple Selection List editors (you have to select them in the correct order). We recently added a field and the order of items was important as it was used elsewhere. We added a wizard for helping user to change ordering of items. And I think is better to implement it in a generic way as the need can be for each field
just to show how can be done in case anybody need to save the list ordered
Nicolas Micoud August 26, 2022 at 3:33 PM
Not sure what you have in mind there ; the code you show is just to show how it can be done ou do you want to include it?
Carlos Ruiz August 26, 2022 at 3:14 PM
Maybe that can be solved adding a checkbox on the column with a label “Save ordered items” ?
No, I think is OK, the solution was really easy
and this:
Nicolas Micoud August 26, 2022 at 3:00 PM
Wiki page :
Nicolas Micoud August 26, 2022 at 2:36 PM
I have some specific cases where the order is really important (I store there some items that are displayed in a particular order elsewhere, eg: the order of columns in a grid displayed in a specific form). Maybe that can be solved adding a checkbox on the column with a label “Save ordered items” ?
ATM, is not easy to change the order of the selected items of Chosen Multiple Selection List editors (you have to select them in the correct order).
We recently added a field and the order of items was important as it was used elsewhere.
We added a wizard for helping user to change ordering of items.
And I think is better to implement it in a generic way as the need can be for each field