chore: added orderBy field to query to fetch childCollectionList
This commit is contained in:
parent
100664f77e
commit
7668be50ae
1 changed files with 3 additions and 0 deletions
|
|
@ -869,6 +869,9 @@ export class UserCollectionService {
|
|||
parentID: collectionID,
|
||||
type: reqType,
|
||||
},
|
||||
orderBy: {
|
||||
orderIndex: 'asc',
|
||||
},
|
||||
});
|
||||
|
||||
// Create a list of child collection and request data ready for export
|
||||
|
|
|
|||
Loading…
Reference in a new issue