From 2f08f8816a853adcaa593d06195c30c6df85f4de Mon Sep 17 00:00:00 2001 From: David Dorchies <david.dorchies@irstea.fr> Date: Wed, 3 Jul 2019 17:18:47 +0200 Subject: [PATCH] jalhyd/#105 avec https://gitlab.irstea.fr/cassiopee/jalhyd/commit/2ce979596925c8ab8d387430345e6aa309a33c53 --- src/app/services/formulaire/formulaire.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/services/formulaire/formulaire.service.ts b/src/app/services/formulaire/formulaire.service.ts index 4e8fe3393..64c583b24 100644 --- a/src/app/services/formulaire/formulaire.service.ts +++ b/src/app/services/formulaire/formulaire.service.ts @@ -23,6 +23,7 @@ import { FieldsetContainer } from "../..//formulaire/fieldset-container"; import { ApplicationSetupService } from "../app-setup/app-setup.service"; import { NotificationsService } from "../notifications/notifications.service"; import { FormulairePab } from "../../formulaire/definition/concrete/form-pab"; +import { CloisonAval } from "jalhyd"; @Injectable() export class FormulaireService extends Observable { @@ -367,7 +368,7 @@ export class FormulaireService extends Observable { new Props({ calcType: CalculatorType.ParallelStructure }) - ) as ParallelStructure; + ) as CloisonAval; // add new default device for new downwall const newDownwallDevice = Session.getInstance().createNub( new Props({ -- GitLab