Method: Sufia::Forms::WorkForm#secondary_terms

Defined in:
app/forms/sufia/forms/work_form.rb

#secondary_termsObject

Fields that are automatically drawn on the page below the fold



31
32
33
34
35
36
37
38
# File 'app/forms/sufia/forms/work_form.rb', line 31

def secondary_terms
  terms - primary_terms -
    [:files, :visibility_during_embargo, :embargo_release_date,
     :visibility_after_embargo, :visibility_during_lease,
     :lease_expiration_date, :visibility_after_lease, :visibility,
     :thumbnail_id, :representative_id, :ordered_member_ids,
     :collection_ids, :in_works_ids, :admin_set_id]
end