Merge pull request #62459 from nextcloud/bugfix/62458/hide-download-for-new-folder-in-share-link

fix(files): hide download action in link shares for newly created folders
pull/63188/merge
Louis 1 day ago committed by GitHub
commit bd37cafbbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      apps/files/src/newMenu/newFolder.ts
  2. 4
      dist/files-init.js
  3. 2
      dist/files-init.js.map

@ -49,6 +49,7 @@ export const entry: NewMenuEntry = {
'mount-type': context.attributes?.['mount-type'],
'owner-id': context.attributes?.['owner-id'],
'owner-display-name': context.attributes?.['owner-display-name'],
'hide-download': context.attributes?.['hide-download'],
},
})

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save