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
Create the following folder structure in a space: level1/level2/somefile.txt
Share level1 with some user
Navigate into level2 -> Everything is fine: somefile.txt shows a share indicator, the sidebar reveals the indirect share
Reload the page -> Share indicator is missing, console shows errors when loading the shares tree.
As described in #7638 (comment): This happens because we only pass the storageId of the current resource to loadSharesTree. However, we need the storageId of each parent resource.
Edit: The same error exists in the share jail.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
level1/level2/somefile.txt
level1
with some userlevel2
-> Everything is fine:somefile.txt
shows a share indicator, the sidebar reveals the indirect shareAs described in #7638 (comment): This happens because we only pass the
storageId
of the current resource toloadSharesTree
. However, we need thestorageId
of each parent resource.Edit: The same error exists in the share jail.
The text was updated successfully, but these errors were encountered: