-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\OCP\Files::searchByMime returns incorrect path for shared items #4516
Comments
I believe that will be the case for any of the methods in the shared cache. I'll try to correct that in #4382 Edit: Actually, that's not true. It's just for searchByMime. |
Fixed in OC6 |
Still doesn't work properly (For shared files in subdirectories only). Steps:
Expected result: Actual result:
|
@icewind1991 @schiesbn |
Fixed with #7089 |
Expected behaviour
Shared item should have a valid path in \OCP\Files::searchByMime result
Actual behaviour
it has path like '/Shared/files/filename.ext' that cannot be resolved correctly
Steps to reproduce
Server configuration
not relevant
ownCloud version:
master
@MTGap
The text was updated successfully, but these errors were encountered: