Skip to content

Commit b1a6c8a

Browse files
committed
Warn batch upload is not compatible with flex
Batch upload and valkyrized works are incompatible. We will add help text to warn the user of this case: #7185
1 parent 5b995db commit b1a6c8a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/features.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
default: Hyrax.config.active_deposit_agreement_acceptance?,
3434
description: "Require an active acceptance of the deposit agreement by checking a checkbox"
3535

36+
feature :batch_upload,
37+
default: false,
38+
description: "Enable uploading batches of works. <br /><strong>WARNING:</strong> This feature is not compatible with flexible metadata.".html_safe
39+
3640
# Note, if this is deactivated, a default admin set will be created and all
3741
# works will be assigned to it when they are created.
3842
feature :assign_admin_set,

0 commit comments

Comments
 (0)