[FIX] Allow manual configuration of incoming mail server

This commit is contained in:
Raf Ven 2023-12-01 07:50:10 +01:00 committed by GitHub
parent 4be3758713
commit 9a056d5be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ class ServerEnvMixin(models.AbstractModel):
fieldlabel = "{} {}".format(base_field.string or "", "Env Default")
field_args.update(
{
"readonly": False,
"sparse": "server_env_defaults",
"automatic": True,
"string": fieldlabel,