forked from hazza/dspace-angular
[TLC-254] Get Type Bind config from backend
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Inject } from '@angular/core';
|
||||
import {Inject} from '@angular/core';
|
||||
import { FormFieldModel } from '../models/form-field.model';
|
||||
import {
|
||||
CONFIG_DATA,
|
||||
@@ -22,7 +22,7 @@ export class DropdownFieldParser extends FieldParser {
|
||||
@Inject(SUBMISSION_ID) submissionId: string,
|
||||
@Inject(CONFIG_DATA) configData: FormFieldModel,
|
||||
@Inject(INIT_FORM_VALUES) initFormValues,
|
||||
@Inject(PARSER_OPTIONS) parserOptions: ParserOptions
|
||||
@Inject(PARSER_OPTIONS) parserOptions: ParserOptions,
|
||||
) {
|
||||
super(submissionId, configData, initFormValues, parserOptions);
|
||||
}
|
||||
|
Reference in New Issue
Block a user