Comment 1 for bug 1545226

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

Working Branch at: user/stompro/lp1545226_marc_batch_editor_status
http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/stompro/lp1545226_marc_batch_editor_status

I found a few more issues once I started looking into it.

 - Fixed table html
 - Changed table so it isn't trying to fill the whole screen.
 - Added borders and other styling.
 - Added color for failed records (red) and for completion (green).
 - Added a row with total number of records.
 - Changed progress bar so it shows the progress. It was plumbed to show the progress, but then marked as indeterminate, so no progress was shown.

To test.
 1. On unmodified system use the marc batch editor to update some records. Make note of how the results screen looks.
 2. After fix is applied try the same thing and see what the results screen looks like.

Josh