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

Verificateur: fix bug in custom species reference loading

parent 100eefc0
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,4 @@ export class FormulaireVerificateur extends FormulaireFixedVar {
}
}
protected compute() {
this.runNubCalc(this.currentNub);
this.reaffectResultComponents();
// do not refreshFieldsets() (useless here) or jet type selector's disabled state will be reset
}
}
......@@ -130,7 +130,7 @@ export class SelectFieldCustom extends SelectField {
for (const en of especeNubs) {
this.addEntry(
new SelectEntry(
en.uid,
this._entriesBaseId + en.uid,
en.uid,
sprintf(
ServiceFactory.instance.i18nService.localizeText("INFO_VERIFICATEUR_CUSTOM_SPECIES"),
......
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