Browse Source

UI: Show create relation only for relation query type

pull/14710/head
ArtemDzhereleiko 6 months ago
committed by Vladyslav Prykhodko
parent
commit
4e45f82cde
  1. 2
      ui-ngx/src/app/modules/home/components/calculated-fields/components/geofencing-configuration/calculated-field-geofencing-zone-groups-panel.component.html

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

@ -223,7 +223,7 @@
</mat-form-field>
</div>
</ng-container>
<div class="tb-form-panel stroked">
<div class="tb-form-panel stroked" [class.!hidden]="entityType !== ArgumentEntityType.RelationQuery">
<mat-slide-toggle class="mat-slide" formControlName="createRelationsWithMatchedZones" (click)="$event.stopPropagation()">
<div tb-hint-tooltip-icon="{{ 'calculated-fields.hint.create-relation-with-matched-zones' | translate }}">
{{ 'calculated-fields.create-relation-with-matched-zones' | translate }}

Loading…
Cancel
Save