Warn batch upload is not compatible with 6.2#7187
Draft
ShanaLMoore wants to merge 1 commit intomainfrom
Draft
Conversation
Batch upload and valkyrized works are incompatible. We will add help text to warn the user of this case: #7185
b1a6c8a to
51e2918
Compare
Test Results 13 files ±0 13 suites ±0 2h 48m 28s ⏱️ - 1m 22s Results for commit 51e2918. ± Comparison against base commit 5b995db. This pull request removes 365 and adds 365 tests. Note that renamed tests count towards both. |
ShanaLMoore
commented
Sep 16, 2025
| feature :batch_upload, | ||
| default: false, | ||
| description: "Enable uploading batches of works" | ||
| description: "Enable uploading batches of works. <br /><strong>WARNING:</strong> This feature is not compatible with flexible metadata.".html_safe |
Contributor
Author
There was a problem hiding this comment.
this matches what was committed in 5.0-flexible
ShanaLMoore
commented
Sep 17, 2025
| feature :batch_upload, | ||
| default: false, | ||
| description: "Enable uploading batches of works" | ||
| description: "Enable uploading batches of works. <br /><strong>WARNING:</strong> This feature is not compatible with flexible metadata.".html_safe |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| description: "Enable uploading batches of works. <br /><strong>WARNING:</strong> This feature is not compatible with flexible metadata.".html_safe | |
| description: "This functionality has been deprecated. Please use the bulk importer feature (Bulkrax) to perform this function moving forward." |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warn batch upload is not compatible with flex
0b372ee
Batch upload and valkyrized works are incompatible. We will add help text to warn the user of this case: #7185
Related issues: