Move dialog/file picker: Memories root folder listed in inside itself
Describe the bug When trying to move a file from the e.g. from the timeline (-> Movte to folder), the Memories root folder, is listed inside itself.
When Clicking on that non-existent folder, follow dialog is shown and remains there.
To Reproduce Move a file from the timeline. Check if your Memories root folder is listed in the wrong place.
Screenshots See above.
Platform:
- OS: Docker compose running on Ubuntu 22.04 LTS Server, ARM64 (Raspberry Pi 4)
- Browser: [Firefox, Brave (Chromium)]
- Memories Version: 5.3.3
- Nextcloud Version: 27.1.2
- PHP Version: 8.1
Additional context When I try doing the same Move operation from Nextcloud Files the issue does not appear.
-
Any errors in the JS console?
-
Any errors in the Nextcloud server logs? No.
We just use @nextcloud/dialogs so probably a bug there. The version is a bit old though, so maybe best to wait for the next release.
@pulsejet By now,@nextcloud/dialogs v5.0.3 is available, see https://github.com/nextcloud-libraries/nextcloud-dialogs/releases.
This line from the release could possibly be a fix to this:
- fix(FilePicker): On button click also emit the current directory if allowPickDirectory is set to true https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1121 (susnux)
Any news on this? The problem is still there in v6. For all other app (e.g. Files) this it's working fine.
Try v7?