Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 58d8c4d

Browse files
authored
fix missing parentId for declareRecord (#1597)
1 parent c46b4d5 commit 58d8c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/gs-core-rest-api/api/files.api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ parameter are returned in addition to those specified in the **fields** paramete
6565

6666
let queryParams = {
6767
'hideRecord': opts['hideRecord'],
68+
'parentId': opts['parentId'],
6869
'include': buildCollectionParam(opts['include'], 'csv'),
6970
'fields': buildCollectionParam(opts['fields'], 'csv')
7071
};

0 commit comments

Comments
 (0)