Skip to content

Commit 1928da9

Browse files
committed
Updates for importing data from Pika
1 parent f1b45de commit 1928da9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

code/web/migrations/importPikaData.php

+2
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,8 @@ function validateGroupedWork($groupedWorkId, $title, $author, &$validGroupedWork
10491049
}
10501050
if (array_key_exists($id, $bibNumberMap)) {
10511051
$id = $bibNumberMap[$id];
1052+
}else if (array_key_exists('ils:' . $id, $bibNumberMap)) {
1053+
$id = $bibNumberMap['ils:' . $id];
10521054
}
10531055
$groupedWorkPrimaryIdentifier->identifier = $id;
10541056
if ($groupedWorkPrimaryIdentifier->find(true)) {

code/web/release_notes/24.03.01.MD

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Correct "Visit Website" link on Custom Pages when the location uses "default" for the home link. (Ticket 129155) (*MDN*)
1616
- Additional error checking when loading browse categories for LiDA. (*MDN*)
1717
- Correctly handle removed RBDigital Magazine content with a 410 error. (*MDN*)
18+
- Updates for importing data from Pika. (*MDN*)
1819

1920
## This release includes code contributions from
2021
- ByWater Solutions

0 commit comments

Comments
 (0)