|
|
|
@ -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) { |
|
|
|
|