Skip to content

Commit

Permalink
Merge pull request #16 from mlibrary/change-item-identifier-method-code
Browse files Browse the repository at this point in the history
item_identifier_method_code should not reference curation_concern
  • Loading branch information
fritzfreiheit authored May 27, 2021
2 parents 02ad7cf + 6e7f8c2 commit a0c4f11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ def item_identifier_method_code
<<-EOS
def #{ITEM_IDENTIFIER_METHOD_NAME}
# return the OAI identifier
curation_concern.oai_identifier
# http://www.openarchives.org/OAI/2.0/guidelines-oai-identifier.htm
CatalogController.blacklight_config.oai[:provider][:record_prefix] + ":" + params[:id]
end
EOS
end
Expand Down

0 comments on commit a0c4f11

Please sign in to comment.