How to customize collection type admin panel with related models?

System Information
  • Strapi Version: 3.1.6
  • Operating System: Ubuntu 20.04
  • Database: MongoDB
  • Node Version: 12.19.1
  • NPM Version: 6.14.8
  • Yarn Version: 1.22.5

Hi there !

I have a quick question about the admin panel.
I created a model “Test” with two relations :

  • User
  • Item

So far, so good!

But my problem is the UX when I’m trying to operate some admin jobs.
Indeed, I can’t highlight informations from my related models.

It would have been very nice to customize this entry with username, itemname etc…

Any help is welcome!
Cheers,