-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
flag: EEIssues correlates to internal EE ticketIssues correlates to internal EE ticketissue: bugIssue reporting a bugIssue reporting a bugseverity: criticalIf the issue has a security impact or breaks core usage of the productIf the issue has a security impact or breaks core usage of the productsource: plugin:users-permissionsSource is plugin/users-permissions packageSource is plugin/users-permissions packagestatus: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community members
Description
- Node.js version: v16.20.0
- NPM version: 8.19.4
- Strapi version: v4.12.1
- Database: mysql
- Operating system: macOS
- Is your project Javascript or Typescript: js
Describe the bug
There might be a minor bug: when creating a new user the related role fields only shows the IDs as a dropdown list (the display field is explicitly set to "name"). That's a bit confusing for content editors.
Steps to reproduce the behavior
- Go to: Content Manger -> User
- Click on: Create new Entry (or open an existing one)
- Instead of the name ("authenticated", "public", etc.) the ID is referenced
- (Check if: Content Type Builder -> User -> Configure the view -> Role: is set to "name")
Expected behavior
Instead of the ID the name of the role should be shown ("authenticated" etc.)
Screenshots
Code snippets
If applicable, add code samples to help explain your problem.
Additional context
Add any other context about the problem here.
johngerome, innerdvations and rafacribas
Metadata
Metadata
Assignees
Labels
flag: EEIssues correlates to internal EE ticketIssues correlates to internal EE ticketissue: bugIssue reporting a bugIssue reporting a bugseverity: criticalIf the issue has a security impact or breaks core usage of the productIf the issue has a security impact or breaks core usage of the productsource: plugin:users-permissionsSource is plugin/users-permissions packageSource is plugin/users-permissions packagestatus: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community members
Type
Projects
Status
Fixed/Shipped

