Skip to content
Snippets Groups Projects
Commit 2f08f881 authored by David Dorchies's avatar David Dorchies
Browse files
parent 3ce80f33
No related branches found
Tags 4.1.0
1 merge request!49Resolve "Ajout du module de calcul d'une passe à bassins"
......@@ -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({
......
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