Skip to content

Commit

Permalink
renable download configuration on circles shares
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Sep 5, 2023
1 parent 2018c72 commit 4e2d6b5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,6 @@ export default {
* @return {boolean}
*/
isSetDownloadButtonVisible() {
// TODO: Implement download permission for circle shares instead of hiding the option.
// https://github.com/nextcloud/server/issues/39161
if (this.share && this.share.type === this.SHARE_TYPES.SHARE_TYPE_CIRCLE) {
return false
}
const allowedMimetypes = [
// Office documents
'application/msword',
Expand Down
6 changes: 3 additions & 3 deletions dist/5688-5688.js → dist/2765-2765.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/5688-5688.js.map

This file was deleted.

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

Large diffs are not rendered by default.

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 4e2d6b5

Please sign in to comment.