Skip to content

Commit

Permalink
Putting it back the way I found it
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Jan 21, 2024
1 parent 243f714 commit fccd496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ name: Push Helm Chart to ChartMuseum
on:
push:
paths:
- 'charts/stage-oralhistory-values.yaml'
# - 'charts/**'
# - '!charts/*-*-values.yaml'
# branches:
# - main
- 'charts/**'
- '!charts/*-*-values.yaml'
branches:
- main

jobs:
push-to-chart-museum:
Expand Down
2 changes: 1 addition & 1 deletion app/models/oral_history_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def self.process_record(record)
history.attributes["peaks_t"] << child_doc_json unless history.attributes["peaks_t"].include? child_doc_json
history.attributes["children_t"] << child_doc_json

# <mods:relatedItem type="series">
# <mods:relatedItem type="series">
elsif child.name == "relatedItem" && child.attributes['type'] == "series"
history.attributes["series_facet"] = child.elements['mods:titleInfo/mods:title'].text
history.attributes["series_t"] = child.elements['mods:titleInfo/mods:title'].text
Expand Down

0 comments on commit fccd496

Please sign in to comment.