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

Enable debug json in all models

parent d7daa461
...@@ -112,6 +112,11 @@ ...@@ -112,6 +112,11 @@
"gadget": "Input_viewDocumentManagement", "gadget": "Input_viewDocumentManagement",
"title": "Manage Document", "title": "Manage Document",
"type": "object_view" "type": "object_view"
},
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
}, },
"view_operator_shift_spreadsheet": { "view_operator_shift_spreadsheet": {
"configuration": { "configuration": {
...@@ -201,7 +206,7 @@ ...@@ -201,7 +206,7 @@
} }
}, },
"output": { "output": {
"view_exit_results": { "view_exit_results": {
"configuration": { "configuration": {
"handsontable_options": {}, "handsontable_options": {},
"output_id": "exit_output" "output_id": "exit_output"
...@@ -218,7 +223,7 @@ ...@@ -218,7 +223,7 @@
"gadget": "Output_viewSpreadsheet", "gadget": "Output_viewSpreadsheet",
"title": "Buffer Levels", "title": "Buffer Levels",
"type": "object_view" "type": "object_view"
}, },
"view_operator_gantt": { "view_operator_gantt": {
"configuration": { "configuration": {
"data": { "data": {
......
...@@ -423,6 +423,11 @@ ...@@ -423,6 +423,11 @@
"type": "object_view", "type": "object_view",
"gadget": "Input_viewProductionLine" "gadget": "Input_viewProductionLine"
}, },
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_management": { "view_management": {
"gadget": "Input_viewDocumentManagement", "gadget": "Input_viewDocumentManagement",
"type": "object_view", "type": "object_view",
...@@ -697,4 +702,4 @@ ...@@ -697,4 +702,4 @@
"result_list": [] "result_list": []
}, },
"constraints": {} "constraints": {}
} }
\ No newline at end of file
...@@ -157,6 +157,11 @@ ...@@ -157,6 +157,11 @@
"type": "object_view", "type": "object_view",
"title": "Manage Document" "title": "Manage Document"
}, },
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_operator_shift_spreadsheet": { "view_operator_shift_spreadsheet": {
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"configuration": { "configuration": {
......
...@@ -132,6 +132,11 @@ ...@@ -132,6 +132,11 @@
"type": "object_view", "type": "object_view",
"title": "Manage document" "title": "Manage document"
}, },
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"configuration": { "configuration": {
......
...@@ -132,6 +132,11 @@ ...@@ -132,6 +132,11 @@
"type": "object_view", "type": "object_view",
"title": "Manage document" "title": "Manage document"
}, },
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"configuration": { "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