Fix for missing parent node_type for groups
This commit is contained in:
parent
9e9e7b82ca
commit
8d76898928
@ -516,7 +516,9 @@ def populate_node_types(old_ids={}):
|
||||
node_type_group = {
|
||||
'name': 'group',
|
||||
'description': 'Generic group node type',
|
||||
'parent': {},
|
||||
'parent': {
|
||||
'node_types': ['group', 'project']
|
||||
},
|
||||
'dyn_schema': {
|
||||
'url': {
|
||||
'type': 'string',
|
||||
|
Loading…
x
Reference in New Issue
Block a user