-
Notifications
You must be signed in to change notification settings - Fork 155
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] Prepare batch actions in contextmenu #5973
Conversation
e3291ad
to
f6b622a
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.
Hmmm. Good as a first solution. But I get the feeling that we should refactor the batch actions into action
mixins as well and solve the batch-actions-context-menu inside the ContextActions
component. That would also reduce business logic from the BatchActions
component, which is always a good idea.
f6b622a
to
e8944e8
Compare
af2f3d5
to
428f311
Compare
4911fb2
to
1578564
Compare
40f7a19
to
9a5d724
Compare
Results for oC10Files1 https://drone.owncloud.com/owncloud/web/20290/15/1
|
Most recent CI run seems to have a lot of failures with modals not closing anymore, let's dig into that tomorrow! |
6e65073
to
4793e41
Compare
Rebased, since it has conflicts in the |
25b8aed
to
c944748
Compare
Results for oCISSharingPublic https://drone.owncloud.com/owncloud/web/20309/63/1
|
0e9cfb4
to
54e986c
Compare
Results for oC10Files1 https://drone.owncloud.com/owncloud/web/20322/15/1
|
8bfe63d
to
90a9800
Compare
90a9800
to
5fbe392
Compare
tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature
Outdated
Show resolved
Hide resolved
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.
really great changes, just found some monor things
packages/web-app-files/src/components/AppBar/SelectedResources/BatchActions.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/FilesList/ContextActions.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/FilesList/ContextActions.vue
Outdated
Show resolved
Hide resolved
window.open(url, '_blank') | ||
return | ||
} | ||
|
||
const url = this.$client.helpers._webdavUrl + file.path | ||
// FIXME: use presigned URL instead |
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.
is this something for later or should happen in this pr?
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.
Not sure about the implications, @kulmann ?
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.
to get this merged it say keep the fixme comment here and do it later
packages/web-app-files/tests/unit/components/AppBar/SelectedResources/BatchActions.spec.js
Show resolved
Hide resolved
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
SonarCloud Quality Gate failed. |
[tests-only][full-ci]Add valid tests that were removed by PR `#5973`
Description
Perhaps could use updated unit/smoke tests
Related Issue
Delete
makes no sense inshared with
andfavorite
views #5977Open tasks