System Information
- Strapi Version: 4.11.3
- Operating System: Windows 11
- Database: Mysql
- Node Version: 18.16.0
- NPM Version: 9.7.1
- Yarn Version: 1.22.19
Hi, i’m creating a website with strapi as back-end and angular as frontend.
I’m building a reserved area where registered user can create, edit and delete they’re personal entries.
Of course they can upload media files, but I need them to also be able to select from the already existing files which one to insert into the entry they are creating.
Unfortunately, as I understand it, strapi no longer exposes createdBy and updatedBy for plugin-upload.
Is it possible to extend the plugin or create a custom controller/service that allows me to have an answer with also createdBy and updatedBy populated? Currently I have seen that there are “created_by_id” and “updated_by_id” columns in the database. Is it possible to use them?
I await for answer.
Thank you.
Marco