-
Notifications
You must be signed in to change notification settings - Fork 159
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
The via button sends you to the parent of the share entry #5082
Comments
Still reproducible from latest master. |
I just re-tested it from the current web master and can confirm the fix with an oc10 and an ocis backend. 🤔 1: Create a folder |
via-panel.mov |
@labkode ocis.owncloud.works is not deployed with web master, but only from ocis master (with the most recent web release). I will check internally if we can get an oCIS test system that has web from current master at least nightly. |
@kulmann is the same behaviour on our deployment which uses latest version from web@master since yesterday. |
@kulmann is it a config option maybe that we're missing? |
Not related to config options. It's actually changed without exception. If you can still see the |
Fixed. Thanks! |
The "Via" button send you to the parent of the share entry, however this folder may not be accessible to the user.
The "Via" button should send you the to share entry.
For example:
If I have received a share to folder Two, the user will see the following path:
/eos/user/d/diogo/One/Two/Three
If I am in Three and click "Via" button I get redirected to "One" where I should have been redirected to "Two".
The text was updated successfully, but these errors were encountered: