From c7913e0fc38e519d87bd6b0944e25f3a63af34cd Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 24 Apr 2017 17:16:24 -0400 Subject: [PATCH] webstaff: ensure grid in egSerialsManager is consistently initialized Signed-off-by: Galen Charlton --- .../web/js/ui/default/staff/serials/directives/subscription_manager.js | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0