Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <80399010+fmoc@users.noreply.github.com>2022-08-30 13:44:24 +0300
committerGitHub <noreply@github.com>2022-08-30 13:44:24 +0300
commit285506813f551cfafbda9d3443262568d35a2e60 (patch)
tree731b0ed47172c854ffa82853bc15301d7800a5ea
parent5261492a6a2a9523b3310747ac9cf4f9b781c774 (diff)
Fix changelog entry (#10069)
-rw-r--r--changelog/unreleased/100583
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog/unreleased/10058 b/changelog/unreleased/10058
index 2feed1d73..22520018e 100644
--- a/changelog/unreleased/10058
+++ b/changelog/unreleased/10058
@@ -1,6 +1,7 @@
Bugfix: Fix configuration of selective sync from account settings
-We removed a superfluous check which caused the directory tree in the account settings window to no longer expand beyond the first level.
+We fixed a bug that prevented the directory tree in the account settings window from being expanded beyond the root directory level.
The problem was introduced in 8d0dd36d2.
https://github.com/owncloud/client/pull/10058
+https://github.com/owncloud/client/pull/10065