File tree Expand file tree Collapse file tree
app/shared/form/builder/ds-dynamic-form-ui/models/onebox Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 < div class ="ms-2 text-truncate text-primary fw-bold "> {{entry.value}}</ div >
1515 </ li >
1616 @for (item of entry.otherInformation | dsObjNgFor; track item) {
17- < li class ="list-item text-truncate text-secondary " >
18- {{ 'form.other-information.' + item.key | translate }} : {{item.value}}
19- </ li >
17+ @if(!item.key.startsWith('data-')) {
18+ < li class ="list-item text-truncate text-secondary " >
19+ {{ 'form.other-information.' + item.key | translate }} : {{item.value}}
20+ </ li >
21+ }
2022 }
2123 </ ul >
2224</ ng-template >
Original file line number Diff line number Diff line change 20872087
20882088 "form.other-information.orcid" : "ORCID" ,
20892089
2090- "form.other-information.data-person_identifier_orcid" : "ORCID" ,
2091-
20922090 "form.other-information.person_identifier_orcid" : "ORCID" ,
20932091
2094- "form.other-information.data-oairecerif_author_affiliation" : "Affiliation" ,
2095-
20962092 "form.other-information.oairecerif_author_affiliation" : "Affiliation" ,
20972093
20982094 "form.other-information.oairecerif_editor_affiliation" : "Affiliation" ,
You can’t perform that action at this time.
0 commit comments