Browse Source
Merge pull request #14399 from mtsymbarov-del/fix/entities-sync-id-with-db
Fixed synchronization entities id with db in entity selects
pull/14425/head
Vladyslav Prykhodko
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
ui-ngx/src/app/modules/home/pages/notification/recipient/recipient-notification-dialog.component.html
|
|
|
@ -70,6 +70,7 @@ |
|
|
|
<ng-container *ngIf="targetNotificationForm.get('configuration.usersFilter.filterByTenants').value; else tenantProfiles"> |
|
|
|
<tb-entity-list |
|
|
|
formControlName="tenantsIds" |
|
|
|
syncIdsWithDB |
|
|
|
subscriptSizing="dynamic" |
|
|
|
labelText="{{ 'tenant.tenants' | translate }}" |
|
|
|
placeholderText="{{ 'tenant.tenants' | translate }}" |
|
|
|
@ -80,6 +81,7 @@ |
|
|
|
<ng-template #tenantProfiles> |
|
|
|
<tb-entity-list |
|
|
|
formControlName="tenantProfilesIds" |
|
|
|
syncIdsWithDB |
|
|
|
subscriptSizing="dynamic" |
|
|
|
labelText="{{ 'tenant-profile.tenant-profiles' | translate }}" |
|
|
|
placeholderText="{{ 'tenant-profile.tenant-profiles' | translate }}" |
|
|
|
|