Add notes for 2019-10-29

This commit is contained in:
2019-10-29 16:23:43 +02:00
parent 4b8a05d47b
commit 9a75c9b2f0
5 changed files with 36 additions and 36 deletions

View File

@ -27,7 +27,7 @@
"@type": "BlogPosting",
"headline": "October, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-10\/",
"wordCount": "1719",
"wordCount": "1791",
"datePublished": "2019-10-01T13:20:51+03:00",
"dateModified": "2019-10-28T16:52:51+02:00",
"author": {
@ -410,6 +410,17 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
</ul></li>
</ul>
<h2 id="2019-10-29">2019-10-29</h2>
<ul>
<li>After more digging in the source I found out why the <code>dcterms.title</code> and <code>dcterms.creator</code> fields are not present in the DRI <code>pageMeta</code>&hellip;
<ul>
<li>The <code>pageMeta</code> element is constructed in <code>dspace-xmlui/src/main/java/org/dspace/app/xmlui/wing/IncludePageMeta.java</code> and the code does not consider any other schemas besides DC</li>
<li>I moved title and creator back to the original DC fields and then everything was working as expected in the pageMeta, so I guess we cannot use these in DCTERMS either!</li>
</ul></li>
</ul>
<!-- vim: set sw=2 ts=2: -->