Skip to content

Commit

Permalink
Merge pull request #95 from LD4P/loc-updates
Browse files Browse the repository at this point in the history
Use correct subject collection names
  • Loading branch information
Baroquem authored Mar 29, 2024
2 parents ced712f + f313109 commit 17dd9db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/qa/authorities/loc_subauthority.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ def resources
def subject_collections
[
'collection_LCSHAuthorizedHeadings',
'collection_LCSHSubdivisions',
'collection_LCSHTopicSubdivisions',
'collection_LCSHGeographicSubdivisions',
'collection_LCSHGenreFormSubdivisions',
'collection_LCSHTemporalSubdivisions'
'collection_Subdivisions',
'collection_TopicSubdivisions',
'collection_GeographicSubdivisions',
'collection_GenreFormSubdivisions',
'collection_TemporalSubdivisions'
]
end

Expand Down

0 comments on commit 17dd9db

Please sign in to comment.