[Koha-bugs] [Bug 28445] Use the task queue for the batch delete and update items tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 8 19:48:28 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #35 from Nick Clemens <nick at bywatersolutions.com> ---
Notes for testing:
Edit the Default framework in order to ensure the new fields show during batch
modification

Results:
Overall, things worked well, sent to background_jobs after an update, can
return to batch mod

On additem.pl attempting to edit a repeated field only adds the value from the
first field to all the repeated attempts, this is true on master as well

Blockers:
- Checkbox to 'delete' a subfield does not work, no changes are made
- If number of items to edit is over MaxItemsToDisplayForBatchMod, but below 
MaxItemsToProcessForBatchMod the form does not show and no edits can be made
- MaxItemsToDisplayForBatchMod is not respected on background_jobs.pl, all
items are displayed
- Progress may not be updated - hard to tell, was 0 until page reload loaded
the full item list
- Batch deletion failed: Cannot enqueue this job. (The error was: Can't use
string ("on") as an ARRAY ref while "strict refs" in use at
/kohadevbox/koha/Koha/BackgroundJob/BatchDeleteItem.pm line 214. , see the Koha
log file for more information).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list