From 16c32f467a54de051d731704b53cf76a8fbee2d0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 8 May 2017 11:02:10 -0400 Subject: [PATCH] webstaff: clicking outside pattern modal no longer closes it Signed-off-by: Galen Charlton --- .../web/js/ui/default/staff/serials/directives/prediction_manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_manager.js b/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_manager.js index c707351dd8..a8567a27c9 100644 --- a/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_manager.js +++ b/Open-ILS/web/js/ui/default/staff/serials/directives/prediction_manager.js @@ -84,6 +84,7 @@ function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , templateUrl: './serials/t_pattern_editor_dialog', size: 'lg', windowClass: 'eg-wide-modal', + backdrop: 'static', controller: ['$scope', '$uibModalInstance', function($scope, $uibModalInstance) { $scope.focusMe = true; -- 2.11.0