renable download configuration on circles shares

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/39693/head
Maxence Lange 2023-09-02 13:10:21 +07:00
parent 2018c72eaa
commit 4e2d6b5e42
7 changed files with 7 additions and 13 deletions

@ -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',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long