Skip to content

Commit

Permalink
[FIX] Allow manual configuration of incoming mail server
Browse files Browse the repository at this point in the history
  • Loading branch information
rven authored Dec 1, 2023
1 parent 4be3758 commit 9a056d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server_environment/models/server_env_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def _server_env_add_default_field(self, base_field):
fieldlabel = "{} {}".format(base_field.string or "", "Env Default")
field_args.update(
{
"readonly": False,
"sparse": "server_env_defaults",
"automatic": True,
"string": fieldlabel,
Expand Down

0 comments on commit 9a056d5

Please sign in to comment.