Skip to content

Commit 5b385ea

Browse files
committed
enable download configuration on circles shares
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 0be524d commit 5b385ea

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

apps/files_sharing/src/components/SharingEntry.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,6 @@ export default {
404404
* @return {boolean}
405405
*/
406406
isSetDownloadButtonVisible() {
407-
// TODO: Implement download permission for circle shares instead of hiding the option.
408-
// https://github.com/nextcloud/server/issues/39161
409-
if (this.share && this.share.type === this.SHARE_TYPES.SHARE_TYPE_CIRCLE) {
410-
return false
411-
}
412-
413407
const allowedMimetypes = [
414408
// Office documents
415409
'application/msword',

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)