Skip to content

Commit

Permalink
Merged in 2023_02_x_DSC-1581-pdf-name (pull request DSpace#1850)
Browse files Browse the repository at this point in the history
[DSC-1581] update person-cv filename
  • Loading branch information
FrancescoMolinaro committed May 15, 2024
2 parents 8782b09 + 96abf03 commit 339cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/spring/api/crosswalks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@

<bean class="org.dspace.content.integration.crosswalks.DocumentCrosswalk" id="pdfCrosswalkPersonCv">
<property name="templateFileName" value="crosswalks/template/person-cv-template.xsl"/>
<property name="fileName" value="person.pdf"/>
<property name="fileName" value="person-cv.pdf"/>
<property name="mimeType" value="application/pdf"/>
<property name="entityType" value="Person"/>
<property name="referCrosswalk" ref="referCrosswalkPersonCvXml"/>
Expand Down

0 comments on commit 339cd82

Please sign in to comment.