-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[stable18] Set fileInfo correctly for LegacyTabs #20588
Conversation
/compile amend / |
Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
8313bbb
to
185f867
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good 👍
Seems to break the sidebar for activity and comments: #21239 |
I'll check it tonight. |
@kesselb I depends. ^^ This commit fixed some stuff with the reactivity of the tabs enabling the watching of the |
So I see two possible fixes: 1) Revert this and set the fileInfo when opening the sidebar. (like the views) 2) Backport the reactivity fixes into the old nextcloud-vue branch. |
backport of #20564