mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
No display authority key if confidence is unset (-1) or no-value (0)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
[model]="getModel() | async"
|
||||
(change)="onChangeAuthorityField($event)">
|
||||
</ds-dynamic-onebox>
|
||||
<div *ngIf="!isVirtual && !mdValue.editing && mdValue.newValue.authority">
|
||||
<div *ngIf="!isVirtual && !mdValue.editing && mdValue.newValue.authority && mdValue.newValue.confidence !== ConfidenceTypeEnum.CF_UNSET && mdValue.newValue.confidence !== ConfidenceTypeEnum.CF_NOVALUE">
|
||||
<span class="badge badge-light border" >
|
||||
<i dsAuthorityConfidenceState
|
||||
class="far fa-circle fa-fw p-0"
|
||||
|
Reference in New Issue
Block a user