Part-DB-server/assets/controllers/elements
Wieland Schopohl 673d5b5e83
Some checks are pending
Build assets artifact / Build assets artifact (push) Waiting to run
Docker Image Build / build (linux/amd64, amd64, ubuntu-latest) (push) Waiting to run
Docker Image Build / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build / merge (push) Blocked by required conditions
Docker Image Build (FrankenPHP) / build (linux/amd64, amd64, ubuntu-latest) (push) Waiting to run
Docker Image Build (FrankenPHP) / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build (FrankenPHP) / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build (FrankenPHP) / merge (push) Blocked by required conditions
Static analysis / Static analysis (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Waiting to run
Fix sort order after column reorder on page reload (#1346)
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-05-03 23:16:02 +02:00
..
datatables Fix sort order after column reorder on page reload (#1346) 2026-05-03 23:16:02 +02:00
ai_model_autocomplete_controller.js Added an custom form type for model selection with autocompletition 2026-04-26 15:19:52 +02:00
attachment_autocomplete_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
attachmenttype_change_controller.js Added copyright/license info to files 2022-11-29 21:21:26 +01:00
ckeditor_controller.js Fixed webpack build 2026-05-03 01:34:14 +02:00
collection_type_controller.js Focus the first newly created number input for collection_types 2026-02-15 21:43:47 +01:00
delete_btn_controller.js Added an form for merging two parts together 2023-11-22 20:11:38 +01:00
hoverpic_controller.js Added copyright/license info to files 2022-11-29 21:21:26 +01:00
ipn_suggestion_controller.js Added feature for part IPN suggest with category prefixes (#1054) 2025-11-03 00:31:47 +01:00
json_formatter_controller.js Visualize generic object/JSON data of element history data as pretty tree structure on log detail page 2023-05-15 23:55:36 +02:00
link_confirm_controller.js Added button to user admin to impersonate a certain user 2023-07-08 22:43:41 +02:00
localStorage_checkbox_controller.js Save search setting checkboxes state to localStorage to persist it 2023-11-19 21:49:16 +01:00
nonprintable_char_input_controller.js Allow to scan labels anywhere on the page 2026-03-01 16:48:29 +01:00
part_search_controller.js Fixed JS translation fox new UX/translator version 2026-01-10 21:44:57 +01:00
part_select_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
password_strength_estimate_controller.js Move frontend translations to separate domain to reduce bundle size (#1197) 2026-01-18 18:50:38 +01:00
preset_input_controller.js Added copyright/license info to files 2022-11-29 21:21:26 +01:00
select_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
select_multiple_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
sidebar_tree_controller.js Select the respective node in the sidebar treeviews, when navigating Part-DB 2026-03-06 23:23:38 +01:00
static_file_autocomplete_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
structural_entity_select_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
tagsinput_controller.js Clear input after option selection in tomselect fields 2026-03-07 21:22:29 +01:00
tree_controller.js Fixed highlight on url change for tools sidebar tree 2026-03-07 00:26:33 +01:00