diff --git a/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html b/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html index c5638ed26..ac566790b 100644 --- a/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html @@ -145,14 +145,16 @@
+ [links]="toCEntries" + [itemSelected]="selectedTocEntry" + [viewOnly]="formGroup.disabled" + [colorizeInvalid]="colorizeInvalid" + [showErrors]="showErrors" + (dataNeedsRefresh)="onDataNeedsRefresh($event)" + (itemClick)="displayItem($event)" + (createEntry)="addNewEntry($event)" + (removeEntry)="onRemoveEntry($event)" + >
@@ -276,7 +278,7 @@
- - - + +