Skip to content

LIBTD-1471: Turn off config that requires file upload upon work creation

Paul Mather requested to merge LIBTD-1471 into dev

Created by: tingtingjh

JIRA Ticket: https://webapps.es.vt.edu/jira/browse/LIBTD-1471 ()

What does this Pull Request do? ()

By default of a Hyrax 2 based application, work creation requires file upload. This PR turns off this option off so that file upload is not required at the work creation page.

What's the changes? ()

  • Changes the configuration variable "work_requires_files" to false in config/initializers/hyrax.rb

How should this be tested?

  • Test branch 1471
  • Try to create a composition or performance work
  • Check to see if the "Add Files" are taken away from the "save work" requirement list
  • Check to see if a work can be saved without uploading a file

Interested parties

@pmather

() Required fields

Merge request reports