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

Fix bug in fieldsets refresh after compute

parent a210ea2a
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,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