Skip to content
Snippets Groups Projects
Commit 27028c1e authored by Mathias Chouet's avatar Mathias Chouet Committed by mathias.chouet
Browse files

Fix bug in fieldsets refresh after compute

parent db1b8f87
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,6 @@ export class FormulaireFixedVar extends FormulaireDefinition {
this.runNubCalc(this.currentNub);
this.refreshFieldsets(); // important: before reaffectResultComponents() or it will break results components localization
this.reaffectResultComponents();
this.refreshFieldsets();
}
protected reaffectResultComponents() {
......
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