webstaff: clicking outside pattern modal no longer closes it
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 May 2017 15:02:10 +0000 (11:02 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 May 2017 15:02:10 +0000 (11:02 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/serials/directives/prediction_manager.js

index c707351..a8567a2 100644 (file)
@@ -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;