description template editor ui fix on reordering

This commit is contained in:
Sofia Papacharalampous 2024-05-27 16:13:37 +03:00
parent 6e7972ed8f
commit 65aece63e0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<mat-icon class="handle" (mousedown)="enableReordering()"
style="display:inline-block; margin: 0px auto; cursor: grab;transform: rotate(90deg); opacity: 0.3;">drag_indicator</mat-icon>
</mat-card-header>
<app-description-template-editor-composite-field-component [reorderingMode]="reorderingMode" [form]="fieldset"
<app-description-template-editor-composite-field-component [reorderingMode]="reorderingMode && fieldset.get('id').value === selectedFieldSetId" [form]="fieldset"
[viewOnly]="viewOnly" [numbering]="numbering + '.'+ (i+1)"
[hasFocus]="fieldset.get('id').value === selectedFieldSetId"
[datasetProfileId]="datasetProfileId"