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

Feature/remove abstract

parent d2f78cfc
No related branches found
No related tags found
3 merge requests!115Tombstone not available for dataset,!930.3 release,!87Feature/remove abstract
......@@ -29,7 +29,6 @@ module Hyrax
:complex_relation,
:software_version,
:license,
:abstract,
:description,
# issue #21 - remove the following fields from form
# :dataset_method,
......@@ -52,7 +51,7 @@ module Hyrax
self.required_fields += [
# Adding all required fields in order of display in form
:title, :complex_person, :abstract, :resource_type, :keyword, :license
:title, :complex_person, :description, :resource_type, :keyword, :license
]
def tabs
......@@ -63,7 +62,6 @@ module Hyrax
# Date, Subject, Language, Location, Version, Resource Type
[
:alternative_title,
:description,
:complex_date,
:subject,
:language,
......
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