Skip to content

Commit

Permalink
Fix cdi resource type mappings for default thumbnail (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebtoner authored Mar 11, 2024
1 parent e2b34c9 commit c0a8e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/catalog_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ def default_cover_image(document)
"journal" => "journal_periodical",
"journal_article" => "journal_periodical",
"legal_document" => "legal",
"magazinearticle" => "journal_periodical",
"magazine_article" => "journal_periodical",
"market_research" => "dataset",
"microform" => "legal",
"newsletterarticle" => "legal",
"newsletter_article" => "legal",
"newspaper" => "legal",
"newspaper_article" => "legal",
"other" => "unknown",
Expand Down

0 comments on commit c0a8e70

Please sign in to comment.