Browse Source

Add scripts to schema export.

pull/447/head
Sebastian 6 years ago
parent
commit
b2d915915f
  1. 1
      frontend/app/shared/services/schemas.service.ts

1
frontend/app/shared/services/schemas.service.ts

@ -180,6 +180,7 @@ export class SchemaDetailsDto extends SchemaDto {
const result: any = { const result: any = {
properties: cleanup(this.properties), properties: cleanup(this.properties),
category: this.category, category: this.category,
scripts: this.scripts,
fieldsInLists: this.fieldsInLists, fieldsInLists: this.fieldsInLists,
fieldsInReferences: this.fieldsInReferences, fieldsInReferences: this.fieldsInReferences,
fields: this.fields.map(field => { fields: this.fields.map(field => {

Loading…
Cancel
Save