Skip to content

Commit

Permalink
Merge pull request collectionspace#4 from lkvoong/CSC-2312
Browse files Browse the repository at this point in the history
CSC-2312: Update pahma mapper, manifest to add sortableObjectNumber
  • Loading branch information
remillet authored Apr 19, 2024
2 parents 4e8d0da + cf1a697 commit 3d2621e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"profile": "pahma",
"version": "3-1-2",
"type": "collectionobject",
"digest": "4079180771afe86ccca315a4429a76556c983cccdf60c9d48751801d75874812",
"digest": "0c19eeaea20a2303317eb1f6b3ce8af5a210bcb5a8580678219ff8a61e11f91f",
"enabled": true,
"url": "https://raw.githubusercontent.com/cspace-deployment/cspace-config-untangler/main/data/mappers/ucb/release_6_0/pahma/pahma_3-1-2_collectionobject.json"
},
Expand Down Expand Up @@ -297,4 +297,4 @@
"url": "https://raw.githubusercontent.com/cspace-deployment/cspace-config-untangler/main/data/mappers/ucb/release_6_0/pahma/pahma_3-1-2_conservation.json"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6816,6 +6816,20 @@
],
"datacolumn": "technicalAttributeMeasurementUnit",
"required": "n"
},
{
"fieldname": "sortableObjectNumber",
"transforms": {},
"source_type": "na",
"source_name": null,
"namespace": "collectionobjects_pahma",
"xpath": [],
"data_type": "string",
"repeats": "n",
"in_repeating_group": "n/a",
"opt_list_values": [],
"datacolumn": "sortableObjectNumber",
"required": "n"
}
]
}
}

0 comments on commit 3d2621e

Please sign in to comment.