mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Manage different level of confidence in the submission
This commit is contained in:
@@ -112,7 +112,7 @@ export class FormBuilderService extends DynamicFormService {
|
||||
if (isDateObject(controlValue)) {
|
||||
return new FormFieldMetadataValueObject(controlValue, controlLanguage, authority, controlValue, place);
|
||||
} else {
|
||||
return new FormFieldMetadataValueObject(controlValue.value, controlLanguage, authority, controlValue.display, place);
|
||||
return new FormFieldMetadataValueObject(controlValue.value, controlLanguage, authority, controlValue.display, place, controlValue.confidence);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user