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 = {
|
node_type_group = {
|
||||||
'name': 'group',
|
'name': 'group',
|
||||||
'description': 'Generic group node type',
|
'description': 'Generic group node type',
|
||||||
'parent': {},
|
'parent': {
|
||||||
|
'node_types': ['group', 'project']
|
||||||
|
},
|
||||||
'dyn_schema': {
|
'dyn_schema': {
|
||||||
'url': {
|
'url': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user