@strapi/content-releases 5.0.0-rc.26 → 5.0.0-rc.28

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.
@@ -1315,7 +1315,12 @@ const releaseController = {
1315
1315
  },
1316
1316
  populate: {
1317
1317
  actions: {
1318
- fields: ["type"]
1318
+ fields: ["type"],
1319
+ filters: {
1320
+ contentType,
1321
+ entryDocumentId: entryDocumentId ?? null,
1322
+ locale: locale ?? null
1323
+ }
1319
1324
  }
1320
1325
  }
1321
1326
  });