Skip to content

Commit

Permalink
reorder publication form fields (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs authored Dec 18, 2019
1 parent 259cc1c commit 0ddd45a
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions app/forms/hyrax/publication_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,28 @@ class PublicationForm < Hyrax::Forms::WorkForm
:resource_type,
:rights_statement,

# titles
:subtitle,
:title_alternative,

# provenance
:creator,
:contributor,
:editor,
:publisher,
:source,
:academic_department,
:division,
:organization,

# description
:bibliographic_citation,
:standard_identifier,
:local_identifier,
:abstract,
:description,
:note,
:physical_medium,
:language,
:subject,
:keyword,
:language,
:physical_medium,
:location,
:bibliographic_citation,
:standard_identifier,
:local_identifier,
:note,
:related_resource,
:academic_department,
:division,
:organization,

# internal fields
# These are Hyrax-specific fields that deal with embargoes,
Expand Down

0 comments on commit 0ddd45a

Please sign in to comment.