Browse Source

Adding selected Content to context form (#502)

* Adding selected Content to context form
pull/503/head
Anders-Arnfast-CreunaDK 6 years ago
committed by GitHub
parent
commit
19ccd38d4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/app/features/content/pages/content/content-page.component.ts

2
frontend/app/features/content/pages/content/content-page.component.ts

@ -98,6 +98,8 @@ export class ContentPageComponent extends ResourceOwner implements CanComponentD
this.content = content; this.content = content;
this.formContext['initialContent'] = this.content;
this.autoSaveKey = { this.autoSaveKey = {
schemaId: this.schema.id, schemaId: this.schema.id,
schemaVersion: this.schema.version, schemaVersion: this.schema.version,

Loading…
Cancel
Save