cate userId from entity UserRoleAssignment
(it comes implicitly through the relationship)
This commit is contained in:
@ -9,13 +9,6 @@
|
||||
"fieldName": "entityObjectId",
|
||||
"fieldType": "Long"
|
||||
},
|
||||
{
|
||||
"fieldName": "userId",
|
||||
"fieldType": "Long",
|
||||
"fieldValidateRules": [
|
||||
"required"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fieldName": "assignedRole",
|
||||
"fieldType": "UserRole",
|
||||
@ -34,7 +27,7 @@
|
||||
"otherEntityField": "login"
|
||||
}
|
||||
],
|
||||
"changelogDate": "20190430152204",
|
||||
"changelogDate": "20190430154711",
|
||||
"entityTableName": "user_role_assignment",
|
||||
"dto": "no",
|
||||
"pagination": "infinite-scroll",
|
||||
|
Reference in New Issue
Block a user