Skip to content

Commit 3f1949e

Browse files
authored
Merge pull request #9701 from nextcloud/backport/9697/stable3.6
[stable3.6] Fix: query share attributes for filepicker
2 parents e4acc6d + 954f7be commit 3f1949e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
import Vue from 'vue'
2626
import { getRequestToken } from '@nextcloud/auth'
27+
import { registerDavProperty } from '@nextcloud/files'
2728
import { sync } from 'vuex-router-sync'
2829
import { generateFilePath } from '@nextcloud/router'
2930
import '@nextcloud/dialogs/style.css'
@@ -58,6 +59,8 @@ const getPreferenceFromPage = (key) => {
5859
return elem.value
5960
}
6061

62+
registerDavProperty('nc:share-attributes', { nc: 'http://nextcloud.org/ns' })
63+
6164
store.commit('savePreference', {
6265
key: 'debug',
6366
value: loadState('mail', 'debug', false),

0 commit comments

Comments
 (0)