[develop | DONE | FIXED] linking update check to decide if claim is pending and show the link to landing
This commit is contained in:
parent
95097beaae
commit
d6b924bcaa
|
@ -351,7 +351,7 @@ export class DisplayClaimsComponent implements OnInit, OnDestroy {
|
||||||
if (claimDateStr < lastUpdateDateStr) {
|
if (claimDateStr < lastUpdateDateStr) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return claim.target.collectedFrom != "infrastruct_::openaire" && claim.indexed;
|
return claim.target.collectedFrom != "infrastruct_::openaire";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue