We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1064 - Ordering CPFs doesn't bump down current entries
Probably the best solution is, a JavaScript one on the choose-to-edit screen (where we currently support mass-reordering).
On changing an order, starting from the ORIGINAL order of the field just changed, pull everything above it down, UNTIL you get to the new order which is assigned to the field just changed, THEN pull everything equal or above that up.
This should stop there getting awkward gaps.
(One can think of things like up/down arrows or gap-fixing after submitting the form, but people make dozens of CPFs and we have to use pagination, so these would not work well at all.)
By Guest,
By Guest,
posted
Implemented the new function 'change_order' in admin_cns_customprofilefields.php to do the sorting.
On changing an order, starting from the ORIGINAL order of the field just changed, pull everything above it down, UNTIL you get to the new order which is assigned to the field just changed, THEN pull everything equal or above that up.
This should stop there getting awkward gaps.
(One can think of things like up/down arrows or gap-fixing after submitting the form, but people make dozens of CPFs and we have to use pagination, so these would not work well at all.)