mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-12043] fix: normalization for boolean
This commit is contained in:
@@ -196,6 +196,7 @@ export class FormBuilderService extends DynamicFormService {
|
||||
return new FormFieldMetadataValueObject((controlValue as any).value, controlLanguage, authority, (controlValue as any).display, place, (controlValue as any).confidence);
|
||||
}
|
||||
}
|
||||
return controlValue;
|
||||
};
|
||||
|
||||
const iterateControlModels = (findGroupModel: DynamicFormControlModel[], controlModelIndex: number = 0): void => {
|
||||
|
Reference in New Issue
Block a user