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

refactor: solver form: remove useless update() code

refs #601
parent a9822a46
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!203Resolve "Solveur multimodule: le module existe toujours après suppression"
Pipeline #140233 passed
......@@ -105,12 +105,6 @@ export class FormulaireSolveur extends FormulaireFixedVar {
// refresh parameters selector
this.refreshParameterEntries();
}
} else if (sender instanceof ParamDefinition) {
if (data.action === "paramdefinitionAfterValue" && sender.symbol === "Ytarget") {
if (this.isFirstDisplay && ServiceFactory.applicationSetupService.enableEmptyFieldsOnFormInit) {
sender.setValue(undefined);
}
}
}
}
......
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