Skip to content

Commit

Permalink
item_identifier_method_code does not reference curation_concern
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaj committed May 14, 2021
1 parent 02ad7cf commit 6e7f8c2
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 6e7f8c2

Please sign in to comment.