Browse Source

Merge pull request #3034 from vvlladd28/bugs/entity-autocomplete/sub-type

[3.0] Fixed updates the selection list after change entitySubtypeValue
pull/3089/head
Igor Kulikov 6 years ago
committed by GitHub
parent
commit
30dafe03fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/shared/components/entity/entity-autocomplete.component.ts

1
ui-ngx/src/app/shared/components/entity/entity-autocomplete.component.ts

@ -68,6 +68,7 @@ export class EntityAutocompleteComponent implements ControlValueAccessor, OnInit
this.dirty = true;
}
}
this.selectEntityFormGroup.get('entity').updateValueAndValidity();
}
}

Loading…
Cancel
Save