[open-ils-commits] [GIT] Evergreen ILS branch master updated. f4ac25fb9f07d5e2df94e56100fac253325a0803
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 22 17:13:50 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via f4ac25fb9f07d5e2df94e56100fac253325a0803 (commit)
from 43413aa9be78a1ab925cd626c6243db278342437 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f4ac25fb9f07d5e2df94e56100fac253325a0803
Author: April Durrence <49952522+adurrence at users.noreply.github.com>
Date: Wed Apr 24 15:22:14 2019 -0400
Docs: add info about merge tracking
Signed-off-by: April Durrence <49952522+adurrence at users.noreply.github.com>
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
diff --git a/docs/cataloging/merge_overlay_bibs.adoc b/docs/cataloging/merge_overlay_bibs.adoc
index 094be726da..8fb6edaca9 100644
--- a/docs/cataloging/merge_overlay_bibs.adoc
+++ b/docs/cataloging/merge_overlay_bibs.adoc
@@ -29,6 +29,15 @@ image::media/marcoverlay4.png[]
9. When you are satisfied that you have selected the correct merge profile, click the *Merge* button in the bottom right corner.
10. Note that merge profiles that contain a preserve field specification are not available to be chosen in this interface, as they would have the effect of reversing which bibliographic record is considered the target of the merge.
+Track Record Merges
+^^^^^^^^^^^^^^^^^^^
+
+When 2 or more bib records are merged in a record bucket, all records involved are stamped with a new merge_date value. For any bib record, this field indicates the last time it was involved in a merge. At the same time, all subordinate records (i.e. those deleted as a product of the merge) are stamped with a merged_to value indicating which bib record the source record was merged with.
+
+In the browser client bib record display, a warning alert now appears along the top of the page (below the Deleted alert) indicating when a record was used in a merge, when it was merged, and which record it was merge with, rendered as a link to the target record.
+
+image::media/merge_tracking.png[merge message with date]
+
Merge Records Using Z39.50
^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/docs/media/merge_tracking.png b/docs/media/merge_tracking.png
new file mode 100644
index 0000000000..fb6621b36e
Binary files /dev/null and b/docs/media/merge_tracking.png differ
-----------------------------------------------------------------------
Summary of changes:
docs/cataloging/merge_overlay_bibs.adoc | 9 +++++++++
docs/media/merge_tracking.png | Bin 0 -> 15231 bytes
2 files changed, 9 insertions(+)
create mode 100644 docs/media/merge_tracking.png
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list