Skip to content

Prevent deleting postfix ip address setting when language is set during login process

Leandro Santiago requested to merge fix/109_disappearing_ip_settings into master

During login, the chosen language in the language selector is sent to the settings, and when the remaining settings (for now postfix IP address) is not set, the current value stored in the database should be used instead.

A new dependency, mergo, is used to perform handling how old and new settings are combined.

Edited by Leandro Santiago

Merge request reports