Update notes for 2019-10-28

This commit is contained in:
2019-10-28 16:52:51 +02:00
parent ba0fe49fd6
commit 2f6486ea43
2 changed files with 16 additions and 1 deletions

View File

@ -228,5 +228,11 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
## 2019-10-28
- Move the CGSpace CG Core v2 notes from a [GitHub Gist](https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409) to a [page]({{< relref "cgspace-cgcorev2-migration.md" >}}) on this site for archive and searchability sake
- Work on the CG Core v2 implementation testing
- I noticed that the page title is messed up on the item view, and after over an hour of troubleshooting it I couldn't figure out why
- It seems to be because the `dc.title``dcterms.title` modifications cause the title metadata to disappear from DRI's `<pageMeta>` and therefore the title is not accessible to the XSL transformation
- Also, I noticed a few places in the Java code where `dc.title` is hard coded so I think this might be one of the fields that we just assume DSpace relies on internally
- I will revert all changes to `dc.title` and `dc.title.alternative`
- TODO: there are similar issues with the `citation_author` metadata element missing from DRI, so I might have to revert those changes too
<!-- vim: set sw=2 ts=2: -->