-
Notifications
You must be signed in to change notification settings - Fork 131
Warn batch upload is not compatible with 6.2 #7187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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. |
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this matches what was committed in 5.0-flexible
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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." |
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: