user view usage

This commit is contained in:
Yuri Kuznetsov
2023-04-10 15:45:16 +03:00
parent a07cb5ef38
commit 931e8b934c
2 changed files with 4 additions and 2 deletions
@@ -25,7 +25,8 @@
"hasSeconds": true
},
"user": {
"type": "link"
"type": "link",
"view": "views/fields/user"
},
"userType": {
"type": "foreign",
@@ -19,7 +19,8 @@
},
"user": {
"type": "link",
"readOnly": true
"readOnly": true,
"view": "views/fields/user"
},
"portal": {
"type": "link",