From: Galen Charlton Date: Mon, 24 Apr 2017 21:16:24 +0000 (-0400) Subject: webstaff: ensure grid in egSerialsManager is consistently initialized X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f4d01817c4748ee1c52946d6afac3ff874e37c5;p=working%2FEvergreen.git webstaff: ensure grid in egSerialsManager is consistently initialized Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js b/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js index 65e9f628f7..0af65337df 100644 --- a/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js +++ b/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js @@ -15,6 +15,7 @@ function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , $uibModal) { egSerialsCoreSvc.fetch($scope.bibId).then(function() { $scope.subscriptions = egCore.idl.toTypedHash(egSerialsCoreSvc.subTree); + $scope.distStreamGridDataProvider.refresh(); }); $scope.distStreamGridControls = { activateItem : function (item) { } // TODO