Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: FileInfo from
View
should have the correct name of a mountpoint
If a mountpoint is returned from a `View` the name must match the view scoped name and not the global name. For example group folders have a name like `1` or `2` (the ID), but the name of the FileInfo returned fro mthe View should be the mount point name, like `First groupfolder` or similar. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
- Loading branch information