Submission form now displays custom messages for regex validated fields if they exist

This commit is contained in:
max.nuding
2023-11-15 10:51:01 +01:00
parent cb701909e5
commit cb7b8b3d22
6 changed files with 23 additions and 8 deletions

View File

@@ -19,12 +19,14 @@ import { SeriesFieldParser } from './series-field-parser';
import { TagFieldParser } from './tag-field-parser';
import { TextareaFieldParser } from './textarea-field-parser';
import { DisabledFieldParser } from './disabled-field-parser';
import { TranslateService } from '@ngx-translate/core';
const fieldParserDeps = [
SUBMISSION_ID,
CONFIG_DATA,
INIT_FORM_VALUES,
PARSER_OPTIONS,
TranslateService
];
/**