Skip to content

Commit 33f7d0d

Browse files
committed
feat: add roles to user detail view page
1 parent 6b7797a commit 33f7d0d

File tree

1 file changed

+6
-5
lines changed
  • invenio_app_rdm/administration/users

1 file changed

+6
-5
lines changed

invenio_app_rdm/administration/users/users.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
"status": {"text": _("Status"), "order": 6, "width": 1},
3737
"visibility": {"text": _("Visibility"), "order": 7, "width": 1},
3838
"active": {"text": _("Active"), "order": 8, "width": 1},
39-
"confirmed_at": {"text": _("Confirmed at"), "order": 9, "width": 1},
40-
"verified_at": {"text": _("Verified at"), "order": 10, "width": 1},
41-
"blocked_at": {"text": _("Blocked at"), "order": 11, "width": 1},
42-
"created": {"text": _("Created"), "order": 12, "width": 2},
43-
"updated": {"text": _("Updated"), "order": 13, "width": 2},
39+
"roles": {"text": _("Roles"), "order": 9, "width": 2},
40+
"confirmed_at": {"text": _("Confirmed at"), "order":10, "width": 1},
41+
"verified_at": {"text": _("Verified at"), "order": 11, "width": 1},
42+
"blocked_at": {"text": _("Blocked at"), "order": 12, "width": 1},
43+
"created": {"text": _("Created"), "order": 13, "width": 2},
44+
"updated": {"text": _("Updated"), "order": 14, "width": 2},
4445
}
4546

4647

0 commit comments

Comments
 (0)