Skip to content

Commit

Permalink
Add id to user editor screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Apr 17, 2024
1 parent 8d2ccea commit d81809c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/web/admin/src/components/User/CUserEditorInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
</b-row>

<c-system-fields
:id="user.userID"
:resource="user"
/>

Expand Down
1 change: 1 addition & 0 deletions locale/en/corteza-webapp-admin/system.users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ editor:
type: Type
info:
confirmEmail: Confirm email address
id: ID
createdAt: Created at
createdBy: Created by
delete: Delete
Expand Down

0 comments on commit d81809c

Please sign in to comment.