From: Galen Charlton Date: Fri, 5 May 2017 20:12:51 +0000 (-0400) Subject: webstaff: changing pattern now marks form dirty X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6181b62463af9b9c70db2c9a2bda2b1abcda7f57;p=working%2FEvergreen.git webstaff: changing pattern now marks form dirty Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/serials/t_prediction_manager.tt2 b/Open-ILS/src/templates/staff/serials/t_prediction_manager.tt2 index a68e1810a1..f40601380e 100644 --- a/Open-ILS/src/templates/staff/serials/t_prediction_manager.tt2 +++ b/Open-ILS/src/templates/staff/serials/t_prediction_manager.tt2 @@ -4,7 +4,7 @@
- +
- +
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 e64ebb1d5f..2a45a95ed7 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 @@ -43,7 +43,7 @@ function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , }).result.then(function (patternCode) { if (pred.patternCode !== patternCode) { pred.patternCode = patternCode; - + pred.predform.$setDirty(); } }); }