Skip to content

Commit 81640c8

Browse files
authored
Merge pull request #2765 from ORCID/lmendoza/PD-5082v2
PD-5082
2 parents 0e85b16 + 614796e commit 81640c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/core/record-works/record-works.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ export class RecordWorksService {
679679
localizeByClientId[`${item.id}-client-description`] ??
680680
localizeByClientId[item.id] ??
681681
item.redirectUriMetadata?.defaultDescription ??
682+
item.description ??
682683
''
683684
const index = item.redirectUriMetadata?.index ?? 999
684685
certifiedForList.push({
@@ -696,6 +697,7 @@ export class RecordWorksService {
696697
localizeByClientId[`${item.id}-client-description`] ??
697698
localizeByClientId[item.id] ??
698699
item.redirectUriMetadata?.defaultDescription ??
700+
item.description ??
699701
''
700702
const index = item.redirectUriMetadata?.index ?? 999
701703
featuredForMore.push({

0 commit comments

Comments
 (0)