Skip to content

Commit

Permalink
Add fix for Bände and Enthält from nwbib #1992
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Sep 3, 2024
1 parent f3f0764 commit c969526
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/app/views/tags/result_doc.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,9 @@
@result_field("Quelle", "bibliographicCitation", doc, TableRow.VALUES)
@result_field("In", "containedIn", doc, TableRow.LINKS)

@lobid2_part_of("isPartOf", "hasSuperordinate")
@defining(lobidUrl(doc)){ id =>
@subordinated("isPartOf.hasSuperordinate.id", id, "Bände", ("zugehöriger Band", "zugehörige Bände"))
@subordinated("containedIn.id", id, "Enthält", ("Beitrag", "Beiträge"))
@subordinateSearchFor(id: String) = {
@subordinate("isPartOf.hasSuperordinate.id", id, "Bände", ("zugehöriger Band", "zugehörige Bände"))
@subordinate("containedIn.id", id, "Enthält", ("Beitrag", "Beiträge"))
}


Expand Down

0 comments on commit c969526

Please sign in to comment.