mirror of
https://github.com/nextcloud/server.git
synced 2026-03-19 00:53:51 -04:00
fix(files): Call davGetFavoritesReport after the registration of propfind properties
Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
f98a7ca49e
commit
4779ce460d
5 changed files with 7 additions and 8 deletions
|
|
@ -29,10 +29,9 @@ import { resultToNode } from './Files'
|
|||
|
||||
const client = getClient()
|
||||
|
||||
const reportPayload = davGetFavoritesReport()
|
||||
|
||||
export const getContents = async (path = '/'): Promise<ContentsWithRoot> => {
|
||||
const propfindPayload = davGetDefaultPropfind()
|
||||
const reportPayload = davGetFavoritesReport()
|
||||
|
||||
// Get root folder
|
||||
let rootResponse
|
||||
|
|
|
|||
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files-init.js
vendored
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue