Part-DB-server/src/Settings
Sebastian Almberg 9de176e455 Fix settings crash when upgrading: make datasheetAsPdf nullable
The settings bundle stores values in the database. When upgrading from
a version without datasheetAsPdf, the stored JSON lacks this key,
causing a TypeError when assigning null to a non-nullable bool.
Making it nullable with a fallback in KiCadHelper fixes the upgrade path.
2026-02-16 21:12:41 +01:00
..
BehaviorSettings Allow to order and filter by GTIN in part tables 2026-02-08 15:51:39 +01:00
InfoProviderSystem Added an web page to quickly add a new part from a web URL 2026-02-01 18:18:58 +01:00
MiscSettings Fix settings crash when upgrading: make datasheetAsPdf nullable 2026-02-16 21:12:41 +01:00
SystemSettings Allow to set a global default if new orderdetails should contain VAT or not 2026-02-10 17:13:54 +01:00
AppSettings.php Implemented the ability to set user-defined synonyms/labels for internal element types 2025-11-12 21:35:02 +01:00
SettingsIcon.php Allow to define icons for settings 2024-08-04 00:00:38 +02:00
SynonymSettings.php Implemented the ability to set user-defined synonyms/labels for internal element types 2025-11-12 21:35:02 +01:00