Skip to content

fix(comments): Extend Vue before calling new on it - #46643

Merged
susnux merged 2 commits into
masterfrom
fix/comments-vue-constructor
Jul 25, 2024
Merged

fix(comments): Extend Vue before calling new on it#46643
susnux merged 2 commits into
masterfrom
fix/comments-vue-constructor

Conversation

@susnux

@susnuxsusnux commented Jul 19, 2024

Copy link
Copy Markdown
Contributor

Summary

#45848 introduced a regression as the Vue was not extended but the Vue component was directly tried to instantiate which does not work as a Vue component is basically an Object that does not has any constructor.

Checklist

@kesselbkesselb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it does work again ;)

@susnux
susnuxforce-pushed the fix/comments-vue-constructor branch from 77ce099 to 85ef5aeCompareJuly 19, 2024 17:06
@susnux

Copy link
Copy Markdown
ContributorAuthor

/compile

@susnux
susnuxforce-pushed the fix/comments-vue-constructor branch from b3ac628 to ea05554CompareJuly 19, 2024 17:35
@susnux

Copy link
Copy Markdown
ContributorAuthor

/compile

Comment threadapps/comments/src/comments-activity-tab.ts Outdated
@artonge
artongeforce-pushed the fix/comments-vue-constructor branch 2 times, most recently from 894ef7b to 8330edaCompareJuly 24, 2024 14:23
@artonge
artongeforce-pushed the fix/comments-vue-constructor branch from 8330eda to ab5ac1fCompareJuly 24, 2024 14:23
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
@susnux
susnuxforce-pushed the fix/comments-vue-constructor branch from ab5ac1f to ece4aecCompareJuly 24, 2024 23:38
@susnux
susnux enabled auto-merge July 24, 2024 23:38
@susnux
susnux merged commit 37483aa into masterJul 25, 2024
@susnux
susnux deleted the fix/comments-vue-constructor branch July 25, 2024 00:02
@blizzzblizzz mentioned this pull request Jul 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: File comments broken

4 participants

@susnux@kesselb@artonge@Pytal