Browse Source

UI: Fixed geofencing entity owner type

pull/14276/head
ArtemDzhereleiko 10 months ago
parent
commit
a1f1b08428
  1. 2
      ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-table.component.html

2
ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-table.component.html

@ -42,6 +42,8 @@
<div tbTruncateWithTooltip>
@if (geofenceZone.refEntityId?.entityType === ArgumentEntityType.Tenant) {
{{ 'calculated-fields.argument-current-tenant' | translate }}
} @else if (geofenceZone.refDynamicSourceConfiguration?.type === ArgumentEntityType.Owner) {
{{ 'calculated-fields.argument-owner' | translate }}
} @else if (geofenceZone.refDynamicSourceConfiguration?.type === ArgumentEntityType.RelationQuery) {
{{ 'calculated-fields.argument-relation-query' | translate }}
} @else if (geofenceZone.refEntityId?.id) {

Loading…
Cancel
Save