Skip to content

Commit

Permalink
Merge pull request #47318 from nextcloud/fix/backport/46118/stable28
Browse files Browse the repository at this point in the history
fix(FileList): Update filelist or share save
  • Loading branch information
nfebe authored Aug 21, 2024
2 parents dcacde4 + 0ce807c commit 85059d8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,9 @@ export default {
this.queueUpdate(...permissionsAndAttributes)
}
await this.getNode()
emit('files:node:updated', this.node)
this.$emit('close-sharing-details')
},
/**
Expand Down
1 change: 0 additions & 1 deletion dist/3761-3761.js.map

This file was deleted.

6 changes: 3 additions & 3 deletions dist/3761-3761.js → dist/8325-8325.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/8325-8325.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 85059d8

Please sign in to comment.