chore: added orderBy field to query to fetch childCollectionList
This commit is contained in:
@@ -869,6 +869,9 @@ export class UserCollectionService {
|
|||||||
parentID: collectionID,
|
parentID: collectionID,
|
||||||
type: reqType,
|
type: reqType,
|
||||||
},
|
},
|
||||||
|
orderBy: {
|
||||||
|
orderIndex: 'asc',
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// Create a list of child collection and request data ready for export
|
// Create a list of child collection and request data ready for export
|
||||||
|
|||||||
Reference in New Issue
Block a user