Update notes for 2018-09-04

This commit is contained in:
2018-09-04 17:33:30 +03:00
parent f835a78d30
commit daa51bb77a
3 changed files with 10 additions and 8 deletions

View File

@ -64,5 +64,6 @@ Caused by: java.lang.RuntimeException: Failed to startup the DSpace Service Mana
- Some values in the `dc.identifier.isbn` are actually ISSNs so I moved them to the `dc.identifier.issn` column
- I found one invalid ISSN using a custom text facet with the regex from the [ISSN page on Wikipedia](https://en.wikipedia.org/wiki/International_Standard_Serial_Number#Code_format): `isNotBlank(value.match(/^\d{4}-\d{3}[\dxX]$/))`
- One invalid value for `dc.type`
- Abenet says she hasn't received any more subscription emails from the CUA module since she unsubscribed yesterday, so I think we don't need create an issue on Atmire's bug tracker anymore
<!-- vim: set sw=2 ts=2: -->