Default-Sortierung für Assemblies per YAML-Konfiguration einführen

This commit is contained in:
Marcel Diegelmann 2025-03-20 09:55:48 +01:00
parent 6fa960df42
commit 667b3fd69d
4 changed files with 33 additions and 11 deletions

9
.env
View file

@ -60,6 +60,15 @@ ERROR_PAGE_ADMIN_EMAIL=''
# If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
ERROR_PAGE_SHOW_HELP=1
##################################################################################
# Part table settings
##################################################################################
# Configure which columns will be visible by default in the specific table (and in which order).
# This is a comma separated list of column names. See documentation for available values.
TABLE_PARTS_DEFAULT_COLUMNS=name,description,category,footprint,manufacturer,storage_location,amount
TABLE_ASSEMBLIES_DEFAULT_COLUMNS=quantity,manufacturer,name,description,category
###################################################################################
# SAML Single sign on-settings