diff --git a/frontend/src/app/core/model/plan/plan.ts b/frontend/src/app/core/model/plan/plan.ts index 49e126cc0..efc5c811b 100644 --- a/frontend/src/app/core/model/plan/plan.ts +++ b/frontend/src/app/core/model/plan/plan.ts @@ -66,8 +66,8 @@ export interface PlanUser extends BaseEntity { export interface PlanDescriptionTemplate extends BaseEntity { plan?: Plan; - currentDescriptionTemplate?: DescriptionTemplate; //TODO: what is this? - descriptionTemplates?: DescriptionTemplate[]; //TODO: why it is array? + currentDescriptionTemplate?: DescriptionTemplate; + descriptionTemplates?: DescriptionTemplate[]; descriptionTemplateGroupId?: Guid; sectionId?: Guid; } diff --git a/frontend/src/app/ui/admin/description-template/editor/components/default-value/description-template-editor-default-value.component.html b/frontend/src/app/ui/admin/description-template/editor/components/default-value/description-template-editor-default-value.component.html index 11c9ff54b..9ba23a1f5 100644 --- a/frontend/src/app/ui/admin/description-template/editor/components/default-value/description-template-editor-default-value.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/components/default-value/description-template-editor-default-value.component.html @@ -75,7 +75,6 @@ - {{placeHolder}} diff --git a/frontend/src/app/ui/admin/description-template/editor/components/field-type/label-and-multiplicity-field/description-template-editor-label-and-multiplicity-field.component.html b/frontend/src/app/ui/admin/description-template/editor/components/field-type/label-and-multiplicity-field/description-template-editor-label-and-multiplicity-field.component.html index 505f3850b..3693c6132 100644 --- a/frontend/src/app/ui/admin/description-template/editor/components/field-type/label-and-multiplicity-field/description-template-editor-label-and-multiplicity-field.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/components/field-type/label-and-multiplicity-field/description-template-editor-label-and-multiplicity-field.component.html @@ -1,5 +1,4 @@
- {{'DESCRIPTION-TEMPLATE-EDITOR.STEPS.FORM.FIELD.FIELDS.FIELD-MULTIPLE-AUTOCOMPLETE' | translate}} diff --git a/frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.html b/frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.html index 8e3f2e5f3..fe5909e3d 100644 --- a/frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/components/field/description-template-editor-field.component.html @@ -46,7 +46,6 @@ - upload {{enumUtils.toDescriptionTemplateFieldTypeString(descriptionTemplateFieldTypeEnum.UPLOAD)}} 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 096e3e881..bc0abcb5d 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 @@ -32,9 +32,6 @@ - -
diff --git a/frontend/src/index.html b/frontend/src/index.html index 50b68e228..01bec80b2 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -7,10 +7,8 @@ - -