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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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.formContext['initialContent'] = this.content; |
|
|
|
|
|
|
|
this.autoSaveKey = { |
|
|
|
schemaId: this.schema.id, |
|
|
|
schemaVersion: this.schema.version, |
|
|
|
|