|
|
|
@ -59,7 +59,7 @@ export class EditFieldComponent implements OnDestroy { |
|
|
|
|
.subscribe((changeset) => { |
|
|
|
|
if (!this.changeset.empty && this.changeset.wpForm.hasValue()) { |
|
|
|
|
this.field.schema = changeset.wpForm.value!.schema[this.field.name]; |
|
|
|
|
this.field.resource = changeset.resource; |
|
|
|
|
this.field.resource = changeset.workPackage; |
|
|
|
|
this.initialize(); |
|
|
|
|
this.cdRef.markForCheck(); |
|
|
|
|
} |
|
|
|
|