From 2a629f20714507dc631bf7dfb84cc9f87fdd2963 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Tue, 20 Jun 2017 18:52:09 +0100 Subject: [PATCH] Fix compilation error (#1993) --- .../src/components/widgets/core/form-field.model.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/core/form-field.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/core/form-field.model.ts index 86fc77accd..f0633a0e05 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/core/form-field.model.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/core/form-field.model.ts @@ -108,6 +108,7 @@ export class FormFieldModel extends FormWidgetModel { set readOnly(readOnly: boolean) { this._readOnly = readOnly; this.updateForm(); + this._readOnly = readOnly; } get isValid(): boolean {