mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00
convert publication state arguments when using load
This commit is contained in:
parent
253ba050a7
commit
932770b5cc
@ -309,6 +309,8 @@ const convertNestedPopulate = (subPopulate, schema) => {
|
||||
query.ordering = convertOrderingQueryParams(ordering);
|
||||
}
|
||||
|
||||
convertPublicationStateParams(schema, subPopulate, query);
|
||||
|
||||
return query;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user