Skip to content
Snippets Groups Projects

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

Merged Paul Mather requested to merge LIBTD-1471 into dev
Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -118,7 +118,7 @@ Hyrax.config do |config|
# Should work creation require file upload, or can a work be created first
# and a file added at a later time?
# The default is true.
# config.work_requires_files = true
config.work_requires_files = false
# How many rows of items should appear on the work show view?
# The default is 10