[open-ils-commits] [GIT] Evergreen ILS branch master updated. 00faa720a8dd94c781c50d508189d719f7f7f0d0

Evergreen Git git at git.evergreen-ils.org
Fri Jun 30 15:49:13 EDT 2017


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  00faa720a8dd94c781c50d508189d719f7f7f0d0 (commit)
      from  2504bce0aecea4e09f04360da05cac9de07fea7b (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 00faa720a8dd94c781c50d508189d719f7f7f0d0
Author: Cesar Velez <cesar.velez at equinoxinitiative.org>
Date:   Wed Jun 21 17:02:24 2017 -0400

    LP#1672421-Fix for Catalog record Holds view grid not refreshing
    
    Holds view grid was not refreshing upon paging using next/prev
    Added call to egHolds service to fix that.
    
    Signed-off by: Cesar Velez <cesar.velez at equinoxinitiative.org>
    
    Signed-off-by: Jason Etheridge <jason at equinoxinitiative.org>

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 1f1ac58..c8471a9 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
@@ -442,6 +442,7 @@ function($scope , $routeParams , $location , $window , $q , egCore , egHolds , e
             conjoinedSvc.fetch($scope.record_id).then(function(){
                 $scope.conjoinedGridDataProvider.refresh();
             });
+            egHolds.fetch_holds(hold_ids).then($scope.hold_grid_data_provider.refresh);
             init_parts_url();
             $location.update_path('/cat/catalog/record/' + $scope.record_id);
         } else {

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/cat/catalog/app.js     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list