Skip to content
Snippets Groups Projects
Commit 536b449e authored by François Grand's avatar François Grand
Browse files

refactor: backwater curves calculator JSON definition: add allowEmpty to Z1,Z2

refs #610
parent 8b389e25
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!212Resolve "Courbe de remous : rendre facultatif l'une des deux conditions limites en cote"
......@@ -44,8 +44,14 @@
"type": "fieldset",
"fields": [
"Q",
"Z1",
"Z2"
{
"id": "Z1",
"allowEmpty": true
},
{
"id": "Z2",
"allowEmpty": true
}
]
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment