Thierry Di Lenarda

Results 3 issues of Thierry Di Lenarda

When using the new option in content-type's schemas "populateCreatorFields": true, (see docs [here](https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.html#populating-createdby-and-updatedby)) the plugin blocks population due to : `server/helpers/index.js, lines 16-18` ``` if (modelUid === "admin::user") { return...

Removing these 3 lines allow the built-in Strapi new option `populateCreatorFields": true` to work properly instead of being overridden and rejected by the plugin.

When installing the module, we have no access to the components' types (props, attributeConfig, page...) that are available when installing the vue plugin directly and using it "manually". Example: `import...