]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1848778 Use consistent MARC breaker delimiter
authorBill Erickson <berickxx@gmail.com>
Fri, 18 Oct 2019 17:47:17 +0000 (13:47 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 27 Dec 2019 21:14:42 +0000 (16:14 -0500)
commit2874b3d6f15c8bede787f2c319d64835b58a7b15
treeea464256ad4f32b8e5230fd9a5edc08ad6210467
parent1039a8fbda8dc7d57a68d358f319cc7bc411e873
LP1848778 Use consistent MARC breaker delimiter

Use the '$' delimiter in the read-only MARC breaker view for
consistency with the flat text MARC editor to easy copy/paste from one
to the other.

To test
-------
[1] Apply the patch.
[2] Set up two records in a record bucket and initiate a merge. Note
    that when you select a lead record and choose to edit it in
    flat text mode, you can copy and paste fields from the subordinate
    record display without having to change the subfield delimiter
    character.
[3] Mark a record for overlay, perform a Z39.50 search, then select
    a hit and choose the overlay action. Note that you can copy and
    paste fields from the record to overlay when editing the incoming
    record using the flat text editor.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/cat/services/record.js