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 => {