Merge pull request #11975 from ArtemDzhereleiko/AD/bug-fix/decline-entity-select
Fixed entity select
This commit is contained in:
commit
488e50f49b
@ -139,7 +139,7 @@ export class EntitySelectComponent implements ControlValueAccessor, OnInit, Afte
|
||||
};
|
||||
}
|
||||
this.entitySelectFormGroup.get('entityType').patchValue(this.modelValue.entityType, {emitEvent: false});
|
||||
this.entitySelectFormGroup.get('entityId').patchValue(this.modelValue.id, {emitEvent: false});
|
||||
this.entitySelectFormGroup.get('entityId').patchValue(this.modelValue, {emitEvent: false});
|
||||
}
|
||||
|
||||
updateView(entityType: EntityType | AliasEntityType | null, entityId: string | null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user