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

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |[email protected]

--- Comment #47 from Nick Clemens (kidclamp) <[email protected]> ---
Hi Matt,

This seems to work well and is self contained, I think we could still move this
one forward, I have a couple things:

Blockers:
When uploading the file you get the blue box about the import - you cannot
dismiss this, it might be better as a modal? Even if I click back to 'Titles'
the blue box remains - I have to go to packages and back to titles

I forced a smaller packet size for testing:
-        my $max_allowed_packet = C4::Context->dbh->selectrow_array(q{SELECT
@@max_allowed_packet});
+        my $max_allowed_packet = 10384;
This did create a bunch of smaller jobs, however, I found that biblios were not
created even if I checked the box once the job was chunked.

QA tool complaints

Other notes:
When editing a title, I can add it to two packages, however, if I try to import
a duplicate into another package it is simply ignored. I don't know if this is
a blocker or not.

When adding biblios for the titles, there is an ES update for each title added.
It would be nice to batch these

It would be nice see the package that was selected, and to have a way to get
from the job results back to the package that the titles were imported into.

If you import a list and forget to check 'Create biblios' there is no way to
update the files - it would be nice to be able to reimport the duplicates and
update - I assume this is future enhancement. These patches do what they set
out to - but they imply the need for more batch tools in this area to edit and
update the titles

The routines for fixing Ebsco files, or fixing 'coverage_notes' smell a bit,
but make sense for practical purposes - is there any sense Ebsco would fix
their issue?

-- 
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/

Reply via email to