http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13606 --- Comment #23 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Frédéric Demians from comment #20)
Jonathan, reading your code, I understand better now how it interact with C4::Background module. Your last patch clear the batch modification job data when a new job is created. Wouldn't it be simpler to clear it just after the job is completed in batch_record_modification.pl? I will do a proposal patch for that, hoping I don't miss something important.
It works nicely. I have tried to add this line in the finish method, but did not work. The only concern could be in case we need debugging. If something wrong happens it is good to know what kind of batch has been launched. Apart from that my patch was not much better than yours...
And, yes, I confirm that progress bar is also broken in batch item modification. It may works that way since a while.
That's really weird, I'm sure it worked when I have submitted my patch set on bug 11395. -- You are receiving this mail because: You are watching all bug changes.