mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-12 21:29:33 +00:00
Keep existing behavior with autoAppend suffix by default
This commit is contained in:
parent
11e4122029
commit
766c449940
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class IpnSuggestSettings
|
|||
label: new TM("settings.misc.ipn_suggest.autoAppendSuffix"),
|
||||
envVar: "bool:IPN_AUTO_APPEND_SUFFIX", envVarMode: EnvVarMode::OVERWRITE,
|
||||
)]
|
||||
public bool $autoAppendSuffix = true;
|
||||
public bool $autoAppendSuffix = false;
|
||||
|
||||
#[SettingsParameter(label: new TM("settings.misc.ipn_suggest.suggestPartDigits"),
|
||||
description: new TM("settings.misc.ipn_suggest.suggestPartDigits.help"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue