mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-10 15:12:12 +00:00
When columns are reordered via colReorder and the page is reloaded, the saved sort state uses visual column indices. These were sent directly as initial_order to the server, which interprets them as original indices — causing the wrong column to be sorted. Use the saved colReorder mapping to translate visual indices back to original indices before sending initial_order in the _init request. |
||
|---|---|---|
| .. | ||
| common | ||
| elements | ||
| filters | ||
| helpers | ||
| pages | ||
| backup_restore_controller.js | ||
| bulk_import_controller.js | ||
| bulk_job_manage_controller.js | ||
| csrf_protection_controller.js | ||
| field_mapping_controller.js | ||
| toggle_password_controller.js | ||
| update_confirm_controller.js | ||