LP1164061: Cleaning up retrieve authority by ID code; adding release notes user/sandbergja/lp1164061_retrieve_authority_record_by_id
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 14 Aug 2018 02:48:13 +0000 (19:48 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 14 Aug 2018 02:48:13 +0000 (19:48 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_authority_id.tt2
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
docs/RELEASE_NOTES_NEXT/Cataloging/view-authority-record-by-id.adoc [new file with mode: 0644]

index 73d822a..7a9572a 100644 (file)
   <input class="btn btn-default" type="submit" value="[% l('Submit') %]"/>
 </form>
 </div>
-
-<br/>
-<br/>
-<br/>
-<br/>
-<br/>
-<div class="alert alert-warning" ng-show="recordNotFound">
-  [% l('Authority Record Not Found: [_1]', '{{recordNotFound}}') %]
-</div>
-
index 2a293e9..eb78471 100644 (file)
@@ -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 (file)
index 0000000..ee29baa
--- /dev/null
@@ -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.
+