mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
fixed functionality after merge
This commit is contained in:
@@ -108,7 +108,11 @@ export class ParserFactory {
|
||||
}
|
||||
}
|
||||
case undefined: {
|
||||
return DisabledFieldParser
|
||||
return {
|
||||
provide: FieldParser,
|
||||
useClass: DisabledFieldParser,
|
||||
deps: [...fieldParserDeps]
|
||||
}
|
||||
}
|
||||
default: {
|
||||
return undefined;
|
||||
|
Reference in New Issue
Block a user