-
Notifications
You must be signed in to change notification settings - Fork 158
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] Use resharing capability instead of hardcoding isOcis #6619
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
62b949f
to
53d410e
Compare
Results for oCISTrashbinUploadMoveJourney https://drone.owncloud.com/owncloud/web/23848/69/1
|
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/23848/67/1
|
packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue
Outdated
Show resolved
Hide resolved
packages/web-runtime/src/composables/capability/useCapability.ts
Outdated
Show resolved
Hide resolved
packages/web-runtime/src/composables/capability/useCapability.ts
Outdated
Show resolved
Hide resolved
packages/web-runtime/src/composables/capability/useCapability.ts
Outdated
Show resolved
Hide resolved
can you please rebase? there are conflicts now. and #6577 has been merged with additional |
53d410e
to
7161e33
Compare
7161e33
to
4727611
Compare
Results for oCISBasic https://drone.owncloud.com/owncloud/web/23894/51/1 |
21c63f8
to
dc07cc7
Compare
dc07cc7
to
403a128
Compare
Kudos, SonarCloud Quality Gate passed! |
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 👍🏻
Description
This PR replaces the not-so-granular
isOcis
getter (which relies onedition === 'reva'
) by composables which in turn read capabilities from the store.Related Issue
Motivation and Context
The
edition === 'reva'
check blocks owncloud/ocis#2918How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: