Merge pull request #9291 from ArtemDzhereleiko/AD/bug-fix/device-wizard

Fixed entity autocomplete use full id
This commit is contained in:
Igor Kulikov 2023-09-19 18:14:01 +03:00 committed by GitHub
commit be7db0e51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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