make user and group available in list view

This commit is contained in:
j 2022-10-20 11:10:40 +02:00
parent 1c8b5b4b48
commit 171c0b6095

View file

@ -794,12 +794,14 @@
"id": "user",
"title": "User",
"type": "string",
"columnWidth": 30,
"capability": "canSeeMedia",
"find": true
},
{
"id": "groups",
"title": "Group",
"columnWidth": 30,
"type": ["string"]
},
{