You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to use "file_target": "/Shares/DSC04184.JPG", as grouping attribute. The value makes no sense on the public link share. My pull request changes that.
I have some questions to the grouping of shares in oc web.
Is grouping generally desired? (see screenshot below)
It seems to use
file_target
for grouping outgoing shares which seems wrong.I would suggest using the fileID for grouping shares together.
Screenshot (wrong attribute but display makes sense)
Response (wrong backend behavior)
It seems to use
"file_target": "/Shares/DSC04184.JPG",
as grouping attribute. The value makes no sense on the public link share. My pull request changes that.Response (Right backend behavior)
Bottom line is, it should use
"file_source": "f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c!fcf23326-1906-4bf6-a82c-3e337338965d",
. as a grouping attribute.FYI @dschmidt @butonic @kulmann @phil-davis
Originally posted by @micbar in owncloud/ocis#2462 (comment)
The text was updated successfully, but these errors were encountered: