Skip to content

Commit 682d4a1

Browse files
authored
Merge pull request #63552 from nextcloud/backport/62459/stable34
[stable34] fix(files): hide download action in link shares for newly created folders
2 parents a19757e + b5b59e4 commit 682d4a1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

apps/files/src/newMenu/newFolder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const entry: NewMenuEntry = {
4949
'mount-type': context.attributes?.['mount-type'],
5050
'owner-id': context.attributes?.['owner-id'],
5151
'owner-display-name': context.attributes?.['owner-display-name'],
52+
'hide-download': context.attributes?.['hide-download'],
5253
},
5354
})
5455

dist/files-init.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-init.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)