Browse Source

UI: Fixed entity autocomplete use full id

pull/9291/head
Artem Dzhereleiko 3 years ago
parent
commit
a4778a8fce
  1. 1
      ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html

1
ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html

@ -75,6 +75,7 @@
</mat-slide-toggle>
</div>
<tb-entity-autocomplete
useFullEntityId
formControlName="customerId"
labelText="device.assign-to-customer"
[entityType]="entityType.CUSTOMER">

Loading…
Cancel
Save