Commit 4314eb6d authored by Thomas Gambier's avatar Thomas Gambier

erp5 and erp5testnode: add software-type to software.cfg.json so that it works in panel GUI

parent 16bb9e60
Pipeline #18998 failed with stage
in 0 seconds
......@@ -5,6 +5,7 @@
"software-type": {
"default": {
"title": "Default",
"software-type": "default",
"description": "No automated database modification (ERP5Site is not automatically created).",
"request": "instance-erp5-input-schema.json",
"response": "instance-erp5-output-schema.json",
......
......@@ -5,9 +5,11 @@
"software-type": {
"default": {
"title": "Default",
"software-type": "default",
"description": "Default setup for ERP5TestNode Instance.",
"request": "instance-erp5testnode-input-schema.json",
"response": "instance-output-schema.json"
"response": "instance-output-schema.json",
"index": 0
}
}
}
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