mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
[TLC-254] mock config data service, get type in form builder service+test
This commit is contained in:
@@ -74,7 +74,7 @@ export class FormBuilderService extends DynamicFormService {
|
||||
super(componentService, validationService);
|
||||
this.formModels = new Map();
|
||||
this.formGroups = new Map();
|
||||
if (hasValue(configService)) {
|
||||
if (hasValue(configService) || true) {
|
||||
this.setTypeBindFieldFromConfig();
|
||||
} else {
|
||||
this.typeField = 'dc_type';
|
||||
|
Reference in New Issue
Block a user