aboutsummaryrefslogtreecommitdiffstats
path: root/__mocks__
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2024-07-30 03:05:27 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-04 10:11:59 +0000
commit61b64b109c43fb85eee197021da3c4f15779e25f (patch)
tree1365651f8ef12c58d87b5d14df3b3b88606749b4 /__mocks__
parent9a8beb417efbef84e047cf2b07e683f8150ad1ab (diff)
downloadnextcloud-server-61b64b109c43fb85eee197021da3c4f15779e25f.tar.gz
nextcloud-server-61b64b109c43fb85eee197021da3c4f15779e25f.zip
fix: Fix unmodified placeholder replacing the actual value when updating
When updating global storages and user storages a property is not updated by "StoragesService::updateStorage()" if the value matches the unmodified placeholder. However, userglobal storages are not updated through the "StoragesService"; as only the authentication mechanism is updated it is directly done with "saveBackendOptions()" in "IUserProvided" or "UserGlobalAuth". Due to this the unmodified placeholder value needs to be explicitly checked in those cases and replaced by the actual value (note that in this case it is not possible to just skip updating a specific property). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '__mocks__')
0 files changed, 0 insertions, 0 deletions