-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Steps to reproduce
- Create a group folder (e.g. "Parent Directory")
- Create a sub group folder (e.g. "Parent Directory/Sub Directory")
- Create a plain text file at parent directory (-> will be synced to server and all Windows clients)
- Create a plain text file at sub directory (-> will be synced to server and all Windows clients)
- Change the plain text file at parent directory (-> will be synced to server and all Windows clients)
- Change the plain text file at sub directory (-> will be synced to server, but not to any Windows client)
- Change the plain text file at parent directory again or make any change to the parent directory (-> will be synced to server and all pending changes from step 6 will now be synced to all Windows clients too)
This behaviour affects only nested group folders, not plain sub directories in a group folder.
Expected behaviour
All changes of files pushed to or made on the server (create, modify, delete of a file) inside nested group folders should be pushed to all clients.
Actual behaviour
Changes of files pushed to or made on the server (create, modify, delete of a file) inside nested group folders are pushed to Windows clients only if any change have been made to at least one file inside the root group folder.
Server configuration
Operating system: CentOS Linux release 7.9.2009
Web server: Apache/2.4.35
Database: 10.4.21-MariaDB MariaDB Server
PHP version: PHP 7.4.25
Nextcloud version: 22.2.3
Group folders version: 10.0.0
Updated from an older Nextcloud or fresh install: Update
Where did you install Nextcloud from: tar.gz from official source
Are you using external storage, if yes which one: no (local)
Are you using encryption: no
Are you using an external user-backend, if yes which one: ActiveDirectory
Client configuration
Browser: Firefox 94.0.2, Nextcloud Desktop-Client 3.3.6
Operating system: Windows 10 Pro, 10.0.19043
Logs
Web server error log
I'm sorry, but no errors have been logged to Apache vhost log during test.
Nextcloud log (data/nextcloud.log)
I'm sorry, but no events have been logged to nextcloud.log during test.
Nextcloud loglevel is 3.