Part-DB-server/assets
Wieland Schopohl 31e3049bdd Fix sort order after column reorder on page reload
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.
2026-04-16 11:30:44 +02:00
..
ckeditor Fixed english translation for placeholder plugin and use more modern translation system 2025-10-17 17:57:34 +02:00
commands Enhance KiCad integration: API v2, batch EDA editing, field export control (#1241) 2026-03-01 22:10:13 +01:00
controllers Fix sort order after column reorder on page reload 2026-04-16 11:30:44 +02:00
css Label Scanner Enhancements: LCSC barcode, create part, augmented scanning (#1194) 2026-02-22 21:26:44 +01:00
fonts/dompdf Added GNU unifont as fallback font for labels with CJK characters 2023-07-02 03:26:56 +02:00
js add option to disable keybindings fixing #1251 (#1254) 2026-02-28 22:07:14 +01:00
styles Updated symfony recipes. 2021-01-03 20:54:47 +01:00
themes Use webpack entrypoints for bootstrap and bootswatch themes 2023-02-01 22:58:39 +01:00
tomselect Fixed bug in autoselect_typed plugin 2025-02-16 20:24:13 +01:00
controllers.json Removed the deprecated symfony/ux-toggle-password package by replacing it by our own local versions 2025-08-30 21:57:57 +02:00
stimulus_bootstrap.js Updated stimulus recipe 2025-11-30 15:07:59 +01:00
translator.js Move frontend translations to separate domain to reduce bundle size (#1197) 2026-01-18 18:50:38 +01:00
tsconfig.json Added an basic implementation of bootstrap-treeview in typescript 2022-08-06 03:40:24 +02:00