]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1798187 - Support CRLF and LF format for item status import files
authorJosh Stompro <stompro@stompro.org>
Wed, 27 Feb 2019 21:07:43 +0000 (15:07 -0600)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 30 Jul 2019 23:34:50 +0000 (16:34 -0700)
commit70d2bf25ce47a230d378940b14986f7d76e71a71
treecb9bc455c7a14802308b77fafd42832a309601b6
parentfb7f84b910cc751fea35cb5c8248bd5176ca2c83
LP#1798187 - Support CRLF and LF format for item status import files

Testing Plan:

Before patch, try to import a file in CRLF end of line format that includes
leading and trailing spaces, empty lines, lines of just spaces or
barcodes with spaces.  The import will fail to load those items and will
stop processing when it hits certain situations.

After patch, try to import a file in CRLF EOL format that includes barcodes
with trailing spaces, leading spaces, barcodes with spaces, and/or
empty lines.  The import will load all barcodes.

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/cat/item/index.tt2
Open-ILS/web/js/ui/default/staff/cat/item/app.js