Skip to content

Commit

Permalink
chore: reword changelog item from change to enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Aug 10, 2022
1 parent 384246a commit 75616db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions changelog/unreleased/change-replace-locationpicker-clipboard

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Replace locationpicker with clipboard actions

We've replaced the locationpicker in batchactions and contextmenu with
the new cut/copy/paste clipboard actions.

https://github.com/owncloud/web/pull/7309
https://github.com/owncloud/web/issues/6892
2 changes: 1 addition & 1 deletion packages/web-app-files/src/mixins/spaces/actions/delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
'showMessage',
'toggleModalConfirmButton'
]),
...mapMutations('Files', ['REMOVE_FILES', 'REMOVE_SPACE']),
...mapMutations('Files', ['REMOVE_FILES']),
...mapMutations('runtime/spaces', ['REMOVE_SPACE']),

$_delete_trigger({ resources }) {
Expand Down

0 comments on commit 75616db

Please sign in to comment.