From a96bcd174a8ebd83efb06e64f5d29c9d5a942c42 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 --- .../staff/cat/bucket/record/t_merge_records.tt2 | 10 ++ .../staff/cat/share/t_record_summary_slim.tt2 | 124 +++++++++++++++++++++ .../web/js/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 cdfed1973c..acd221e128 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 @@ -6,6 +6,16 @@