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

Grille: hide Alpha or Beta depending on grid type

parent ef8fa0de
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ export class FormulaireGrille extends FormulaireBase {
this.reset();
// Inclined grids have more input fields (OEntH and cIncl)
this.getFieldsetById("fs_grille").updateFields();
// Alpha and Beta are not always shown
this.getFieldsetById("fs_plan").updateFields();
}
}
}
......
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