Skip to content
Commit 44c870a4 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix deleting properties of user settings when not given explicitly



The controller can receive an optional subset of the properties of the
user settings; values not given are set to "null" by default. However,
those null values overwrote the previously existing values, so in
practice any value not given was deleted from the user settings. Now
only non null values overwrite the previous values.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent ae7eca8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment