Is it possible to display the existing created_by field in every record in admin panel?
Strapi Version: 3.1.4
Database: MongoDB
Is it possible to display the existing created_by field in every record in admin panel?
Strapi Version: 3.1.4
Database: MongoDB
You will need to update to v3.2.x (current is v3.2.5) for this
Hey @DMehaffy, thanks a lot for the update! I updated the version and now it shows the author inside each article. This does help, but I am actually looking for a way to show the author in the list view (just like createdAt, updatedAt) and filter content based on that. Do you think it’s possible somehow?
Currently not yet, it will be part of our “Relational entry in the list view” feature that we are currently working on here: Display relational field in list view - Roadmap | Product Roadmap
At the moment you can’t display relations in the list view yet, but we are actively working on this and it should be released shortly!
@DMehaffy just wanted to pick this up again since the “Relational entry in the list view” feature shipped, but I still don’t see any option to display the created_by
user when configuring the view.
Was this left out of that feature after all? Or is there something else I need to do so I can display the created_by
user in the admin list view?
I don’t know if it was intentional per-say but yes at the moment that’s not included. It might be best to open a feature request on GitHub.