Skip to content
Snippets Groups Projects
Commit ac7d85e7 authored by AUBRY JEAN-PASCAL's avatar AUBRY JEAN-PASCAL
Browse files

fix : display target pass field label

Refs #668
parent 1522b18c
No related branches found
No related tags found
2 merge requests!275Release v4.19.0,!265Resolve "Solveur: Les select d'une session chargée ne s'initialise pas"
Pipeline #206064 passed
......@@ -48,7 +48,7 @@ export class SelectFieldTargetPass extends SelectField {
}
public updateLocalisation() {
// do not override localisation done in populate()
// ie. avoid what is done by SelectField.updateLocalisation()
// call grand parent updateLocalisation()
super.updateLocalisation(false);
}
}
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