webstaff: ensure that volcopy editor saves copy part maps
authorGalen Charlton <gmc@esilibrary.com>
Thu, 28 Jan 2016 22:46:36 +0000 (17:46 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 28 Jan 2016 22:46:36 +0000 (17:46 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js

index aa90f16..57b2bbb 100644 (file)
@@ -344,6 +344,7 @@ function(egCore , $q) {
                     } else {
                         $scope.copy.parts([]);
                     }
+                    $scope.copy.ischanged(1);
                 }
                 $scope.$watch('part', $scope.updatePart);