Part-DB-server/src/DataTables
Jan Böhmer aa9aedc5fd Prevent the extra column of the log data tables to be ordered
This makes not much sense because its JSON data under the hood, and PostgreSQL errors when trying to do it.
2026-01-25 00:38:11 +01:00
..
Adapters Fixed "implicitly marking parameter as nullable" deprecations in PHP 8.4 fixed 2025-02-08 00:19:20 +01:00
Column Use DatetimeImmutable instead of DateTime wherever possible 2024-06-22 17:36:54 +02:00
Filters Added ID to search options. Fixed seach option by using equal to instead of like for the ID. 2026-01-09 11:37:30 +01:00
Helpers Moved part table default column definiton to settings UI 2024-08-21 22:02:56 +02:00
AttachmentDataTable.php Made attachment datatable sortable by internal filename and external url 2025-02-22 17:41:41 +01:00
ErrorDataTable.php Removed unused import statements 2024-03-03 20:34:36 +01:00
LogDataTable.php Prevent the extra column of the log data tables to be ordered 2026-01-25 00:38:11 +01:00
PartsDataTable.php Added custom part status (#1053) 2025-10-27 21:58:16 +01:00
ProjectBomEntriesDataTable.php Removed unused service import 2026-01-04 20:03:14 +01:00