@strapi/content-releases 5.0.0-rc.26 → 5.0.0-rc.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server/index.js
CHANGED
|
@@ -1338,7 +1338,12 @@ const releaseController = {
|
|
|
1338
1338
|
},
|
|
1339
1339
|
populate: {
|
|
1340
1340
|
actions: {
|
|
1341
|
-
fields: ["type"]
|
|
1341
|
+
fields: ["type"],
|
|
1342
|
+
filters: {
|
|
1343
|
+
contentType,
|
|
1344
|
+
entryDocumentId: entryDocumentId ?? null,
|
|
1345
|
+
locale: locale ?? null
|
|
1346
|
+
}
|
|
1342
1347
|
}
|
|
1343
1348
|
}
|
|
1344
1349
|
});
|