-
Notifications
You must be signed in to change notification settings - Fork 157
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
[full-ci] Fix public link loading on role change #8006
Conversation
Results for oC10SharingPublic3 https://drone.owncloud.com/owncloud/web/30086/38/1 💥 The acceptance tests failed on retry. Please find the screenshots inside ...
webUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L139.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L147.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L157.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L167.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L179.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L187.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L197.pngwebUISharingPublicDifferentRoles-shareByPublicLinkDifferentRoles_feature-L207.png |
f2885fa
to
e63f51c
Compare
7d15bb4
to
ab8d81b
Compare
packages/web-pkg/src/composables/driveResolver/useDriveResolver.ts
Outdated
Show resolved
Hide resolved
5e7ee95
to
b5dbbae
Compare
}) | ||
|
||
await wrapper.vm.$nextTick() | ||
await wrapper.vm.$nextTick() |
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.
I'm afraid we need this? but it's ugly :(
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.
Yes, I didn't find a way around it unfortunately :/
93f3363
to
21a41f2
Compare
37206a1
to
54832be
Compare
54832be
to
2de8519
Compare
SonarCloud Quality Gate failed. |
Description
The loading and resolving of public links when their respective roles have changed has been fixed.
Related Issue
Uploader
role, public is able to create(file | folder)
in that folder #8003Types of changes