Skip to content
Snippets Groups Projects
Commit 83e56764 authored by mathias.chouet's avatar mathias.chouet
Browse files

Fix #377 - clear SectionParam form results before adding fixed params

parent fc292cdf
No related branches found
No related tags found
No related merge requests found
Pipeline #137771 passed
......@@ -27,6 +27,7 @@ export class FormulaireSectionParametree extends FormulaireSection {
}
protected reaffectResultComponents() {
this.resetFormResults(); // to avoid adding fixed parameters more than once (see below)
const sectNub: SectionParametree = this.currentNub as SectionParametree;
const sect: acSection = sectNub.section;
this._sectionResults.section = sect;
......
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