From b2d915915f69df55df80741b3d1e777bd5f7d379 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 18 Nov 2019 11:49:53 +0100 Subject: [PATCH] Add scripts to schema export. --- frontend/app/shared/services/schemas.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/shared/services/schemas.service.ts b/frontend/app/shared/services/schemas.service.ts index 40ab71038..30b5888ce 100644 --- a/frontend/app/shared/services/schemas.service.ts +++ b/frontend/app/shared/services/schemas.service.ts @@ -180,6 +180,7 @@ export class SchemaDetailsDto extends SchemaDto { const result: any = { properties: cleanup(this.properties), category: this.category, + scripts: this.scripts, fieldsInLists: this.fieldsInLists, fieldsInReferences: this.fieldsInReferences, fields: this.fields.map(field => {