Merge pull request #51077 from nextcloud/pulsejet-patch-share-attr

pull/51098/head
John Molakvoæ 7 months ago committed by GitHub
commit 7bab703dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files/src/services/FileInfo.ts
  2. 4
      dist/files-sidebar.js
  3. 2
      dist/files-sidebar.js.map

@ -22,7 +22,7 @@ export default function(node: Node) {
permissions: node.permissions,
mountType: node.attributes['mount-type'],
sharePermissions: node.attributes['share-permissions'],
shareAttributes: JSON.parse(node.attributes['share-attributes']),
shareAttributes: JSON.parse(node.attributes['share-attributes'] || '[]'),
type: node.type === 'file' ? 'file' : 'dir',
})

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