Skip to content

Commit

Permalink
Merge pull request #77 from mlibrary/fix-missing-coverage-info
Browse files Browse the repository at this point in the history
adds description back into electronic holding output
  • Loading branch information
niquerio authored Apr 4, 2024
2 parents 312b4f6 + bf7537d commit 4919331
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def to_h
"interface_name",
"collection_name",
"authentication_note",
"description",
"public_note",
"note",
"finding_aid",
Expand Down
2 changes: 2 additions & 0 deletions umich_catalog_indexing/spec/indexers/umich_alma_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def get_record(path)
"interface_name" => "archived issues via the International Society of Arboriculture",
"public_note" => "Access to archived issues via the International Society of Arboriculture online version:",
"note" => "archived issues via the International Society of Arboriculture. Access to archived issues via the International Society of Arboriculture online version.",
"description" => nil,
"status" => "Available",

"finding_aid" => false,
Expand All @@ -43,6 +44,7 @@ def get_record(path)
"https://na04.alma.exlibrisgroup.com/view/uresolver/01UMICH_INST/openurl-UMAA?u.ignore_date_coverage=true&portfolio_pid=531031051590006381&Force_direct=true",
"link_text" => "Available online",
"campuses" => ["ann_arbor", "flint"],
"description" => nil,
"public_note" =>
"Institutional password required for access to the International Society of Arboriculture online version; authentication required:",
"note" =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def get_record(path)
"link" => s.link,
"link_text" => s.link_text,
"campuses" => s.campuses,
"description" => s.description,
"interface_name" => s.interface_name,
"collection_name" => s.collection_name,
"authentication_note" => s.authentication_note,
Expand Down

0 comments on commit 4919331

Please sign in to comment.