Skip to content

Commit 85490eb

Browse files
authored
Merge pull request #63554 from nextcloud/backport/62459/stable32
[stable32] fix(files): hide download action in link shares for newly created folders
2 parents 5b2a4d1 + 1de67e1 commit 85490eb

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
@@ -69,6 +69,7 @@ export const entry: NewMenuEntry = {
6969
'mount-type': context.attributes?.['mount-type'],
7070
'owner-id': context.attributes?.['owner-id'],
7171
'owner-display-name': context.attributes?.['owner-display-name'],
72+
'hide-download': context.attributes?.['hide-download'],
7273
},
7374
})
7475

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)