| Summary: | Batch item modification fails if only action is deleting subfields | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Hannah Co <hannah.co> |
| Component: | Tools | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers |
| Version: | 21.11 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Hannah Co
2022-03-04 18:26:35 UTC
Hi, I can't reproduce on master. Can you ? Maybe on a sandbox : https://wiki.koha-community.org/wiki/Sandboxes Error messages from my logs: AH01215: Can't use an undefined value as an ARRAY reference at /usr/share/koha/lib/Koha/BackgroundJob/BatchUpdateItem.pm line 179.: /usr/share/koha/intranet/cgi-bin/admin/background_jobs.pl, referer: https://koha-staff.northwestu.edu/cgi-bin/koha/tools/batchMod.pl End of script output before headers: background_jobs.pl, referer: https://koha-staff.northwestu.edu/cgi-bin/koha/tools/batchMod.pl A Bywater sandbox gives me the same error when I click into "View detail of the enqueued job" too quickly. In the sandbox I can refresh the page and the batch job will complete, but that doesn't happen on my instance. |