Get Localized Relations when editinge Users in Admin Interface

System Information
  • Strapi Version: 4.10.1
  • Operating System: Linux Debian
  • Database: PostgresSQL
  • Node Version: 16.19.0
  • NPM Version: 8.19.3
  • Yarn Version:

I do have internationalized content items in different languages, but one user can only access one language. That all works very well, but as soon as I want to attach an item to a user in the admin interface I’m only shown the default locale items. Does anybody have a clue how to handle this?

I believe I have the same issue. When updating the user in the admin panel, I want to select in my Relation an entry that is not in my default locale, but the UI only shows the entries in the default locale.

I only managed to create this relation through the REST API (PUT req), but this is not sustainable