[FIX] Allow manual configuration of incoming mail server
This commit is contained in:
parent
4be3758713
commit
9a056d5be6
|
|
@ -404,6 +404,7 @@ class ServerEnvMixin(models.AbstractModel):
|
||||||
fieldlabel = "{} {}".format(base_field.string or "", "Env Default")
|
fieldlabel = "{} {}".format(base_field.string or "", "Env Default")
|
||||||
field_args.update(
|
field_args.update(
|
||||||
{
|
{
|
||||||
|
"readonly": False,
|
||||||
"sparse": "server_env_defaults",
|
"sparse": "server_env_defaults",
|
||||||
"automatic": True,
|
"automatic": True,
|
||||||
"string": fieldlabel,
|
"string": fieldlabel,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue