Small fix on user schema
This commit is contained in:
@@ -38,7 +38,7 @@ users_schema = {
|
|||||||
'groups': {
|
'groups': {
|
||||||
'type': 'list',
|
'type': 'list',
|
||||||
'default': [],
|
'default': [],
|
||||||
'items': {
|
'schema': {
|
||||||
'type': 'objectid',
|
'type': 'objectid',
|
||||||
'data_relation': {
|
'data_relation': {
|
||||||
'resource': 'groups',
|
'resource': 'groups',
|
||||||
|
Reference in New Issue
Block a user