From af1b4fac5fa2c370e53917dfe3271c3c60a55266 Mon Sep 17 00:00:00 2001 From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com> Date: Fri, 29 Jan 2021 16:15:03 +0100 Subject: [PATCH] fix(form): fix structure --- src/structures/dto/structure.dto.ts | 1 - src/structures/schemas/structure.schema.ts | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/structures/dto/structure.dto.ts b/src/structures/dto/structure.dto.ts index 756e7de62..00fa5c2c1 100644 --- a/src/structures/dto/structure.dto.ts +++ b/src/structures/dto/structure.dto.ts @@ -39,7 +39,6 @@ export class structureDto { @ArrayNotEmpty() accessModality: string[]; - documentsMeeting: string; labelsQualifications: string[]; @ArrayNotEmpty() diff --git a/src/structures/schemas/structure.schema.ts b/src/structures/schemas/structure.schema.ts index 7481a9472..9383f1fb2 100644 --- a/src/structures/schemas/structure.schema.ts +++ b/src/structures/schemas/structure.schema.ts @@ -57,9 +57,6 @@ export class Structure { @Prop() accessModality: string[]; - @Prop() - documentsMeeting: string; - @Prop() otherDescription: string; -- GitLab