From efe0c0a1df225307ff23a8f422fb29c163a0ec77 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 13 Aug 2018 19:48:13 -0700 Subject: [PATCH] LP1164061: Cleaning up retrieve authority by ID code; adding release notes Signed-off-by: Jane Sandberg --- .../staff/cat/catalog/t_retrieve_by_authority_id.tt2 | 10 ---------- Open-ILS/web/js/ui/default/staff/cat/catalog/app.js | 1 - .../Cataloging/view-authority-record-by-id.adoc | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/view-authority-record-by-id.adoc diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_authority_id.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_authority_id.tt2 index 73d822a108..7a9572a68d 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_authority_id.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_authority_id.tt2 @@ -15,13 +15,3 @@ - -
-
-
-
-
-
- [% l('Authority Record Not Found: [_1]', '{{recordNotFound}}') %] -
- diff --git a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js index 2a293e9443..eb7847134b 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js @@ -157,7 +157,6 @@ function($scope , $routeParams , $location , $q , egCore ) { } $scope.submitAuthorityId = function(args) { - $scope.recordNotFound = null; if (!args.record_id) return; // blur so next time it's set to true it will re-apply select() diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/view-authority-record-by-id.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/view-authority-record-by-id.adoc new file mode 100644 index 0000000000..ee29baa122 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/view-authority-record-by-id.adoc @@ -0,0 +1,17 @@ +View Authority Record by Database ID +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +A new interface allows catalogers to retrieve a specific +authority record using its database ID. Catalogers can +find those IDs in subfield $0 of matching fields in +bibliographic records. + +To use the new authority record viewer: + +. Click *Cataloging -> Retrieve Authority Record by ID*. +. Type in the ID number of the authority record you are +interested in. Don't include any prefixes, just the ID +number. +. Click *Submit*. +. View or edit the authority record as needed. + -- 2.11.0