Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
-
Folijet Sprint 110, Folijet Sprint 111
-
0.5
-
Folijet
-
R1 2021 Bug Fix
Description
From ttolstoy
(sample file attached that you can use for testing - when A-M loads it, the notes in the instance look fine) Please doublecheck
Per Theo, in the default rules the 561 mapping has the wrong syntax.
This is the current:
"561": [
{
"applyRulesOnConcatenatedData": true,
"description": "Instance note type id",
"rules": [
{
"conditions": [
{
"parameter":
,
"type": "set_note_type_id"
}
]
}
],
"subfield": [
"a",
"u",
"3",
"5"
],
"target": "notes.instanceNoteTypeId"
},
{
"entity": [
{
"applyRulesOnConcatenatedData": true,
"description": "Ownership and Custodial History",
"rules": [
{
"conditions": [
]
}
],
"subfield": [
"a",
"u",
"3",
"5"
],
"target": "notes.note"
},
{
"applyRulesOnConcatenatedData": true,
"description": "If true, determines that the note should not be visible for others than staff",
"rules": [
{
"conditions": [
]
}
],
"subfield": [
"a",
"u",
"3",
"5"
],
"target": "notes.staffOnly"
}
]
}
],
Compare that with all the other notes:
"562": [
{
"entity": [
{
"applyRulesOnConcatenatedData": true,
"description": "Instance note type id",
"rules": [
{
"conditions": [
{
"parameter":
,
"type": "set_note_type_id"
}
]
}
],
"subfield": [
"a",
"b",
"c",
"d",
"e",
"3",
"5"
],
"target": "notes.instanceNoteTypeId"
},
{
"applyRulesOnConcatenatedData": true,
"description": "Copy and Version Identification Note",
"rules": [
{
"conditions": [
]
}
],
"subfield": [
"a",
"b",
"c",
"d",
"e",
"3",
"5"
],
"target": "notes.note"
},
{
"description": "If true, determines that the note should not be visible for others than staff",
"rules": [
],
"subfield": [
"a",
"b",
"c",
"d",
"e",
"3",
"5"
],
"target": "notes.staffOnly"
}
]
}
],
See the the Note Type mapping hanging outside of the entity property?
TestRail: Results
Attachments
Issue Links
- blocks
-
MODSOURMAN-423 Release v3.0.1
-
- Closed
-
- defines
-
UXPROD-2614 NFR: Data Import (Batch Importer for Bib Acq) & PubSub R1 2021 Technical, NFR, & Misc bug work
-
- Closed
-