Commit 4f0f832f authored by Jérome Perrin's avatar Jérome Perrin

Enable debug json in all models

parent d7daa461
......@@ -112,6 +112,11 @@
"gadget": "Input_viewDocumentManagement",
"title": "Manage Document",
"type": "object_view"
},
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_operator_shift_spreadsheet": {
"configuration": {
......@@ -201,7 +206,7 @@
}
},
"output": {
"view_exit_results": {
"view_exit_results": {
"configuration": {
"handsontable_options": {},
"output_id": "exit_output"
......@@ -218,7 +223,7 @@
"gadget": "Output_viewSpreadsheet",
"title": "Buffer Levels",
"type": "object_view"
},
},
"view_operator_gantt": {
"configuration": {
"data": {
......
......@@ -423,6 +423,11 @@
"type": "object_view",
"gadget": "Input_viewProductionLine"
},
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_management": {
"gadget": "Input_viewDocumentManagement",
"type": "object_view",
......@@ -697,4 +702,4 @@
"result_list": []
},
"constraints": {}
}
\ No newline at end of file
}
......@@ -157,6 +157,11 @@
"type": "object_view",
"title": "Manage Document"
},
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_operator_shift_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
......
......@@ -132,6 +132,11 @@
"type": "object_view",
"title": "Manage document"
},
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_wip_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
......
......@@ -132,6 +132,11 @@
"type": "object_view",
"title": "Manage document"
},
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_wip_spreadsheet": {
"gadget": "Input_viewSpreadsheet",
"configuration": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment