-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Init fileinfo for all tabs #21306
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
Init fileinfo for all tabs #21306
Conversation
|
/compile amend / |
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
c909320 to
366ee97
Compare
kesselb
left a comment
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.
Works for me.
|
This commit is the reason, why it works on master an stable19. As I said old nextcloud-vue version... |
Just to make sure, this commit was also in stable18 as nextcloud-libraries/nextcloud-vue@ee18269, but I'm probably missing something. |
go2sh
left a comment
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.
Tested on an freshly checkout instance of the branche and activity app. Fixes both the old issue and my regression. Sorry for that...
|
@clementhk Hmm okay, maybe you are right. I just saw during my debugging, that the watched |
So if we can confirm that stable19/master actually work and don't need porting, we could either just go with this (everything works for me so I guess no harm there) or we could try to find out which commit made stable19/master work and backport it to keep consistency? |
After #20564
No idea why this works on master, reactivity seems to behave better.
Anyway, it works now™