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

fix: parameters not empty in parametric section, backwater curves, uniform...

fix: parameters not empty in parametric section, backwater curves, uniform flow, reach with empty fields option

refs #569
parent 7bd75406
No related branches found
No related tags found
1 merge request!172Resolve "Module avec une section: le mode champs vide ne fonctionne pas"
Pipeline #139881 passed
......@@ -128,6 +128,7 @@ export abstract class FormulaireDefinition extends FormulaireNode implements Obs
const propsSection = new Props();
propsSection.setPropValue("calcType", CalculatorType.Section);
propsSection.setPropValue("nodeType", this._defaultNodeType);
propsSection.setPropValue(Prop_NullParameters, ServiceFactory.applicationSetupService.enableEmptyFieldsOnFormInit);
const section = Session.getInstance().createNub(propsSection);
this.currentNub.setSection(section as acSection);
}
......
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