]> git.evergreen-ils.org Git - working/Evergreen.git/commit
lp1836808 add cancel button to merge edit
authorMike Risher <mrisher@catalyte.io>
Wed, 17 Jul 2019 17:26:34 +0000 (17:26 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 8 Aug 2019 20:42:53 +0000 (16:42 -0400)
commitc7d8b257a2d13c750d66cff861d0ed09444601a4
tree92701b2048f2115b6cc9e802ea0009b09222908b
parent1c24940dfa0a8bc8830764fd0457fc3572370b7c
lp1836808 add cancel button to merge edit

In the merge UI add a button so one can cancel out of editing mode

To test
-------
[1] Apply the patch and create/find a record bucket that has at least
    two records.
[2] In the Record Buckets interface, select two records and invoke
    the Merge Selected Records action.
[3] Select one record as the lead record, then click the Edit button.
[4] Verify that a "Cancel Edit" button is displayed. Make changes to
    the record, then click "Cancel Edit".
[5] Verify that the contents of the record have not changed.
[6] Click the Edit button again; verify that the record is at its
    original state. Make changes, then save them.
[7] Verify that the lead record has been updated.

Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js