]> source.dussan.org Git - nextcloud-server.git/commit
Handle corrupted scope values 25973/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 1 Feb 2021 03:32:28 +0000 (04:32 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 23 Apr 2021 14:53:58 +0000 (16:53 +0200)
commit546be0ea633af858065624b2077b8d85b91ee245
treeba74ce19b55d908ac33b3d7459c8b205823f86a9
parente929d16bbb1b5c8b4d8d45a811e993477d2eb06a
Handle corrupted scope values

Due to a bug (fixed some commits ago) in the UsersController of the
settings app the scope of the properties can be null (for example, if
lookup server upload was disabled and the user then changed the display
name in the profile information). In that case now the scope menu icon
shows an error to inform the user.

The scope value will not change when other properties are modified until
the user chooses an explicit value from the menu. Note that until a
scope is explicitly set the property will behave as if it is private.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/settings/js/federationsettingsview.js
apps/settings/templates/settings/personal/personal.info.php