From 4c42ad1df1177990efb6500419ca23b576f3e738 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 7 Jul 2017 17:02:01 -0400 Subject: [PATCH] webstaff serials: spt OU now defaults to WS OU Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js b/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js index c20956fae1..1585bf4d64 100644 --- a/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js +++ b/Open-ILS/web/js/ui/default/staff/admin/serials/pattern_template.js @@ -29,7 +29,7 @@ function($scope , $q , $timeout , $location , $window , $uibModal , egCore , egG if (arguments.length == 1) { templ = ''; } else { - templ = ''; + templ = ''; } gridControls = $scope.gridControls; $uibModal.open({ @@ -68,7 +68,10 @@ function($scope , $q , $timeout , $location , $window , $uibModal , egCore , egG handlers : { openPatternEditorDialog : $scope.openPatternEditorDialog }, - template : '' // FIXME i18n + template : '' + // FIXME i18n + // using a required hidden input as a way to ensure that + // the pattern wizard has been used + '' } } -- 2.11.0