mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CSTPER-75] Fixed confidence status for linked metadata with authority
This commit is contained in:
@@ -259,10 +259,8 @@ export class DsDynamicOneboxComponent extends DsDynamicVocabularyComponent imple
|
|||||||
} else {
|
} else {
|
||||||
if (isEmpty(value)) {
|
if (isEmpty(value)) {
|
||||||
result = '';
|
result = '';
|
||||||
} else if (typeof value === 'string') {
|
|
||||||
result = value;
|
|
||||||
} else {
|
} else {
|
||||||
result = value.display;
|
result = value.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.currentValue = result;
|
this.currentValue = result;
|
||||||
|
Reference in New Issue
Block a user