https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30255
--- Comment #27 from David Gustafsson <[email protected]> --- After giving this some thought, as errors are also caught in the background job I think this is sufficient and avoids loading all the biblios before scheduling the job. The "Modify all" is mostly needed for very large biblionumber sets that has been generated by some script, where it should be fairly unlikely that invalid biblionumbers exists. For manual entry the "Select records to modify" can still be used and the user will be notified of missing biblios. WHat could be done is to add a special case for when numbers are missing in background job, instead of failing with "Can't call method "metadata" on an undefined value at /kohadevbox/koha/Koha/BackgroundJob/BatchUpdateBiblio.pm line 87." -- 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/
