https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31748
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Tomás Cohen Arazi <[email protected]> --- (In reply to Andrew Fuerste-Henry from comment #3) > With this patch I *do* get a progress bar, but it never progresses from 0%. > It just sits there until I get bored and reload the page, at which point > Koha shows that the batch has imported. That's related to the fact Koha doesn't know how many records it needs to process until it processes the MARC file. I guess we could add a pre-flight, to gather those counters, and it would be a win even if it adds one or two extra seconds to the process. -- 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/
