mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
Submission form now displays custom messages for regex validated fields if they exist
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user