From 27028c1ec9958c2ea945da5ab11da8d2d0c6aad5 Mon Sep 17 00:00:00 2001
From: Mathias Chouet <mathias.chouet@irstea.fr>
Date: Mon, 23 Mar 2020 11:31:12 +0100
Subject: [PATCH] Fix bug in fieldsets refresh after compute

---
 src/app/formulaire/definition/form-fixedvar.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/formulaire/definition/form-fixedvar.ts b/src/app/formulaire/definition/form-fixedvar.ts
index c9fb9ddbc..87b008f0c 100644
--- a/src/app/formulaire/definition/form-fixedvar.ts
+++ b/src/app/formulaire/definition/form-fixedvar.ts
@@ -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() {
-- 
GitLab