Merge pull request #52565 from nextcloud/artonge/fix/attribute_in_sidebar

fix: Forward attributes to the sidebar
This commit is contained in:
Ferdinand Thiessen 2025-04-30 18:07:08 +02:00 committed by GitHub
commit 2036beec06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -24,6 +24,7 @@ export default function(node: Node) {
sharePermissions: node.attributes['share-permissions'],
shareAttributes: JSON.parse(node.attributes['share-attributes'] || '[]'),
type: node.type === 'file' ? 'file' : 'dir',
attributes: node.attributes,
})
// TODO remove when no more legacy backbone is used

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long