yacine
August 7, 2024, 8:37am
1
I have problem in group folder i create folder name test in group folder but when i access to file i see name convert to numer i will show by image problem:
i create folder name Test_name
and i access to file :
when i access to file Test_name convert Id and numbre for example here 19
how can reolve it
This is a Nextcloud bug and will be fixed with the next Nextcloud update.
nextcloud:master
← nextcloud:fix/file-info-name
opened 08:45PM - 22 Jul 24 UTC
* Resolves: https://github.com/nextcloud/groupfolders/issues/3068
* Resolves ht… tps://github.com/nextcloud/server/issues/37541
* Resolves https://github.com/nextcloud/server/issues/46670
## Summary
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.
## Checklist
- Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting)
- [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits
- [x] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance) are included
- [x] Screenshots before/after for front-end changes
- [x] Documentation ([manuals](https://github.com/nextcloud/documentation/) or wiki) has been updated or is not required
- [x] [Backports requested](https://github.com/nextcloud/backportbot/#usage) where applicable (ex: critical bugfixes)