]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP#1611495 Don't use .xml for MARC21 files in Vandelay Export
authorDan Wells <dbw2@calvin.edu>
Tue, 9 Aug 2016 19:50:50 +0000 (15:50 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 10 Aug 2016 14:35:41 +0000 (10:35 -0400)
commit022810ff439253fdb94bd128534eda64c1b50556
tree279841f45179651f12be8a4b245df3f2698dc002
parent66ee8ab4580604b2d7a88ec902f5654fab8018f6
LP#1611495 Don't use .xml for MARC21 files in Vandelay Export

The new 'Export Non-imported Records' feature in Vandelay (see bug
LP#1548147) was tweaked before merge to export MARC21 files by default
(rather than MARC-XML). However, the file save dialog still defaults to
(and filters by) ".xml" for the file extension. This is confusing and
otherwise problematic.

Let's go ahead and save the export using a ".mrc" extension instead.
While not an official extension (as far as I know), it is widely used,
easy to understand, and far less likely to cause issues with other
software.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/vandelay/vandelay.js