From 37b2380de1fd05d70b6e0322c2c6060f2ab36d7a Mon Sep 17 00:00:00 2001 From: Marcel Diegelmann Date: Thu, 3 Jul 2025 13:50:33 +0200 Subject: [PATCH] =?UTF-8?q?Assembly=20Konstanten=20in=20.env=20einf=C3=BCg?= =?UTF-8?q?en=20bzw.=20anpassen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 20163398..c530f312 100644 --- a/.env +++ b/.env @@ -35,6 +35,9 @@ DATABASE_EMULATE_NATURAL_SORT=0 # This must end with a slash! DEFAULT_URI="https://partdb.changeme.invalid/" +# Use an %%ipn%% placeholder in the name of a assembly. Placeholder is replaced with the ipn input while saving. +CREATE_ASSEMBLY_USE_IPN_PLACEHOLDER_IN_NAME=0 + ################################################################################### # Email settings ################################################################################### @@ -66,8 +69,9 @@ ERROR_PAGE_SHOW_HELP=1 # 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_ASSEMBLIES_DEFAULT_COLUMNS=quantity,manufacturer,name,description,category - +TABLE_PARTS_DEFAULT_COLUMNS=name,description,category,footprint,manufacturer,storage_location,amount +TABLE_ASSEMBLIES_DEFAULT_COLUMNS=id,ipn,name,description,referencedAssemblies,edit +TABLE_ASSEMBLIES_BOM_DEFAULT_COLUMNS=quantity,id,ipn,name,description ################################################################################### # SAML Single sign on-settings