Updated node types
This commit is contained in:
@@ -84,11 +84,13 @@ def populate_node_types(old_ids={}):
|
|||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"allowed": ["on_hold",
|
"allowed": [
|
||||||
|
"on_hold",
|
||||||
"todo",
|
"todo",
|
||||||
"in_progress",
|
"in_progress",
|
||||||
"review_required",
|
"review_required",
|
||||||
"final"],
|
"final"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -127,15 +129,21 @@ def populate_node_types(old_ids={}):
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"allowed": [
|
"allowed": [
|
||||||
"todo",
|
"todo",
|
||||||
"in-progress",
|
"in_progress",
|
||||||
"done",
|
"done",
|
||||||
"cbb",
|
"cbb",
|
||||||
"final1",
|
"final",
|
||||||
"final2",
|
"review",
|
||||||
"review"
|
"conflict"
|
||||||
],
|
],
|
||||||
"required": True,
|
"required": True,
|
||||||
},
|
},
|
||||||
|
"filepath": {
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
|
"revision": {
|
||||||
|
"type": "integer",
|
||||||
|
},
|
||||||
"owners": {
|
"owners": {
|
||||||
"type": "dict",
|
"type": "dict",
|
||||||
"schema": {
|
"schema": {
|
||||||
@@ -181,12 +189,14 @@ def populate_node_types(old_ids={}):
|
|||||||
},
|
},
|
||||||
"form_schema": {
|
"form_schema": {
|
||||||
"status": {},
|
"status": {},
|
||||||
|
"filepath": {},
|
||||||
|
"revision": {},
|
||||||
"owners": {
|
"owners": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"users":{
|
"users":{
|
||||||
"items": [('User', 'email')],
|
"items": [('User', 'email')],
|
||||||
},
|
},
|
||||||
"groups":{}
|
"groups": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
|
Reference in New Issue
Block a user