From e689c8caa2c0d1667f551fd229f608230c4208e5 Mon Sep 17 00:00:00 2001 From: Mike Risher Date: Wed, 10 Jul 2019 19:52:58 +0000 Subject: [PATCH] lp1739292 merge UI displays record summary Add the record summary to the record merge UI. Note that when one clicks on "use as lead record" or "remove from consieration" the order of the records changes. The record summary also will change order to match. Signed-off-by: Mike Risher Changes to be committed: modified: Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2 new file: Open-ILS/src/templates/staff/cat/share/t_record_summary_slim.tt2 modified: Open-ILS/web/js/ui/default/staff/cat/services/record.js Signed-off-by: Bill Erickson --- .../cat/bucket/record/t_merge_records.tt2 | 10 ++ .../staff/cat/share/t_record_summary_slim.tt2 | 124 ++++++++++++++++++ .../ui/default/staff/cat/services/record.js | 10 +- 3 files changed, 142 insertions(+), 2 deletions(-) create mode 100644 Open-ILS/src/templates/staff/cat/share/t_record_summary_slim.tt2 diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2 index f449e7f288..b2bcbc5566 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_merge_records.tt2 @@ -5,6 +5,16 @@