Skip to content
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

AppWrapper doesn't clear ancestor metadata #11787

Open
kulmann opened this issue Oct 17, 2024 · 0 comments
Open

AppWrapper doesn't clear ancestor metadata #11787

kulmann opened this issue Oct 17, 2024 · 0 comments
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@kulmann
Copy link
Member

kulmann commented Oct 17, 2024

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

  1. Create a space "templates"
  2. Upload a file "example.dotx" to the space
  3. Open the right sidebar
  4. 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.

@kulmann kulmann added Type:Bug Something isn't working Priority:p3-medium Normal priority labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
Status: Prio 3 or less
Development

No branches or pull requests

1 participant