mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 10:51:41 -05:00
Merge pull request #46598 from nextcloud/backport/46589/stable29
This commit is contained in:
commit
ebdf65a28b
7 changed files with 11 additions and 8 deletions
|
|
@ -599,7 +599,10 @@ export default {
|
|||
return (this.fileInfo.canDownload() || this.canDownload)
|
||||
},
|
||||
canRemoveReadPermission() {
|
||||
return this.allowsFileDrop && this.share.type === this.SHARE_TYPES.SHARE_TYPE_LINK
|
||||
return this.allowsFileDrop && (
|
||||
this.share.type === this.SHARE_TYPES.SHARE_TYPE_LINK
|
||||
|| this.share.type === this.SHARE_TYPES.SHARE_TYPE_EMAIL
|
||||
)
|
||||
},
|
||||
// if newPassword exists, but is empty, it means
|
||||
// the user deleted the original password
|
||||
|
|
|
|||
6
dist/9761-9761.js → dist/4605-4605.js
vendored
6
dist/9761-9761.js → dist/4605-4605.js
vendored
File diff suppressed because one or more lines are too long
1
dist/4605-4605.js.map
vendored
Normal file
1
dist/4605-4605.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/9761-9761.js.map
vendored
1
dist/9761-9761.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue