Bugfix: delete user; Help Widget (MsgMissing)

This commit is contained in:
SJost 2018-10-17 18:10:18 +02:00
parent adde4ccdf6
commit 033e3a8ad8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
* Version 19.10.2018
Benutzer können sich in der Testphase komplett selbst löschen
Hilfe Widget
* Version 18.09.2018
Tooltips funktionieren auch ohne JavaScript

View File

@ -275,6 +275,7 @@ instance FromJSON AppSettings where
appMailFrom <- o .: "mail-from"
appMailObjectDomain <- o .: "mail-object-domain"
appMailVerp <- o .: "mail-verp"
appMailSupport <- o .: "mail-support"
appJobWorkers <- o .: "job-workers"
appJobFlushInterval <- o .:? "job-flush-interval"