Skip to content
Snippets Groups Projects
Commit 3a33edc6 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Alternate identifier is defined in basic metadata

parent a829c772
No related branches found
No related tags found
2 merge requests!19Develop,!4Customise dataset show page
......@@ -2,7 +2,7 @@
# `rails generate hyrax:work Dataset`
module Hyrax
class DatasetPresenter < Hyrax::WorkShowPresenter
delegate :alternative_title, :complex_date, :complex_identifier, :doi,
:complex_person, :complex_funding_reference, :complex_relation, to: :solr_document
delegate :complex_date, :complex_identifier, :doi, :complex_person,
:complex_funding_reference, :complex_relation, to: :solr_document
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment