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
As found out in #11775 (comment)
When opening a template file in a project space while having the sidebar open, the shares panel still shows the project space members, despite the new file being in the personal space. This happens because the ancestors and therefore the loaded space members don't get cleared.
At the moment this is an edge case, because usually the context stays identical when navigating from the files app into an app.
Steps to reproduce
Create a space "templates"
Upload a file "example.dotx" to the space
Open the right sidebar
Left-click on it to trigger the action for creating a document from a template
Expected behavior
The right sidebar has the correct context of the personal space root, where the new document is being created.
Actual behavior
The right sidebar still has the "templates" space as context.
We need to clear ancestor metadata.
The text was updated successfully, but these errors were encountered:
Describe the bug
As found out in #11775 (comment)
When opening a template file in a project space while having the sidebar open, the shares panel still shows the project space members, despite the new file being in the personal space. This happens because the ancestors and therefore the loaded space members don't get cleared.
At the moment this is an edge case, because usually the context stays identical when navigating from the files app into an app.
Steps to reproduce
Expected behavior
The right sidebar has the correct context of the personal space root, where the new document is being created.
Actual behavior
The right sidebar still has the "templates" space as context.
We need to clear ancestor metadata.
The text was updated successfully, but these errors were encountered: