Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Optional population of "admin::user" attributes #9

Closed cantkillemall closed 1 year ago

cantkillemall commented 2 years ago

Add the ability to get access to the "admin::user" attributes by replacing "populate=deep" with "populate=deepua" This gives acces to 'createdBy' and 'updatedBy' in the sanitizedEntity, allowing to populate attributes manually in the controller ("admin::user" used to be rejected by default in the current version)

cantkillemall commented 1 year ago

Strapi implemented a mechanism to auto-populate createdBy and updatedBy