-
Notifications
You must be signed in to change notification settings - Fork 156
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] Resolve alias links #7405
Conversation
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/29019/11/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/29019/tracing/public-link-alice-2022-10-11-07-22-54.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/29019/tracing/public-link-anonymous-2022-10-11-07-23-14.zip |
171f09e
to
b9d4aec
Compare
packages/web-app-files/src/components/SideBar/Shares/Links/DetailsAndEdit.vue
Outdated
Show resolved
Hide resolved
I've fixed the issue with resolving single files. However, currently there is no way to retrieve the file name in such case, so the IDs get used: Backend team is aware and working on it. I don't know if it needs further adjustments in Web (probably yes), but IMO the PR is fine as alias links are disabled by default anyways. |
2a36a1d
to
557fbf1
Compare
packages/web-app-files/src/components/SideBar/Shares/Links/DetailsAndEdit.vue
Outdated
Show resolved
Hide resolved
557fbf1
to
d78ed98
Compare
18c523e
to
d7c9226
Compare
SonarCloud Quality Gate failed. |
Currently blocked until cs3org/reva#3179 has been brought to ocis |
@@ -571,6 +554,25 @@ export default defineComponent({ | |||
status: 'danger' | |||
}) | |||
}) | |||
}, | |||
|
|||
getAvailableRoleOptions(link) { |
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.
Can you add a type to link
?
packages/web-app-files/src/components/SideBar/Shares/Links/DetailsAndEdit.vue
Show resolved
Hide resolved
packages/web-app-files/src/services/folder/spaces/loaderPersonal.ts
Outdated
Show resolved
Hide resolved
3058160
to
34016c3
Compare
9fba893
to
c940681
Compare
c940681
to
dc8a92e
Compare
e55cd41
to
fb441fc
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.
LGTM 👍
b0a6e06
to
190685f
Compare
SonarCloud Quality Gate failed. |
Description
Needs the alias link capability to be set to
true
in ocis. See owncloud/ocis#4324 (needs to be reverted after merge).Related Issue
Types of changes
Open tasks:
false
ocis#4324 after merge