Skip to content

Commit d9caf50

Browse files
committed
fix(Template Export): required filename pattern field is marked as required
1 parent caca359 commit d9caf50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/features/template-export/template-export.entity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export class TemplateExport extends Entity {
8383
label: $localize`:TemplateExport:File name pattern for generated file`,
8484
labelShort: $localize`:TemplateExport:File name pattern`,
8585
description: $localize`:TemplateExport:The filename for the resulting file when using this template. You can use the same placeholders here as in the template file itself (e.g. "my-report_{d.name}.pdf").`,
86+
validators: { required: true },
8687
})
8788
targetFileName: string;
8889
}

0 commit comments

Comments
 (0)