Update notes for 2019-10-29

This commit is contained in:
2019-10-29 17:41:17 +02:00
parent 9a75c9b2f0
commit d883f80a98
4 changed files with 15 additions and 13 deletions

View File

@ -240,5 +240,6 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
- After more digging in the source I found out why the `dcterms.title` and `dcterms.creator` fields are not present in the DRI `pageMeta`...
- The `pageMeta` element is constructed in `dspace-xmlui/src/main/java/org/dspace/app/xmlui/wing/IncludePageMeta.java` and the code does not consider any other schemas besides DC
- 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!
- Assist Maria from Bioversity with community and collection subscriptions
<!-- vim: set sw=2 ts=2: -->