From 5fe6b8dc7033170e1c9b286bbe8472fd4e333c9d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 May 2017 16:12:51 -0400 Subject: [PATCH] webstaff: changing pattern now marks form dirty Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/serials/t_prediction_manager.tt2 | 4 ++-- .../web/js/ui/default/staff/serials/directives/prediction_manager.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(); } }); } -- 2.11.0