Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Duplicate
-
-
ERM Sprint 96, ERM Sprint 97
-
Bienenvolk
Description
ERM-986 states:
The package ingest should no longer allow 'type' to be set to any value apart from "serial" or "monograph"
The attached test file "testing-separation-of-type-to-publication-type-5.json" includes a title with type="Other".
{
"depth": "fulltext",
"platformTitleInstance": {
"platform": "Academy of Management",
"platform_url": "http://aom.org/",
"url": "http://aom.org/amle/",
"titleInstance": {
"name": "Other title",
"identifiers": [
],
"type": "Other"
}
}
}
When the file was imported using the KB local admin app a title was created (see below screenshot).
The expectation was that the title would be rejected by the import procedure.
In another test a title with type="Journal" was also accepted as per the below screeenshot.