https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #35 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
