force the grid to notice any cell changes that have not be off-focused and applied
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Dec 2008 14:26:59 +0000 (14:26 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Dec 2008 14:26:59 +0000 (14:26 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11618 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js

index cb401a0..cb9881d 100644 (file)
@@ -35,6 +35,7 @@ function cmGridChanged(item, attr, oldVal, newVal) {
 }
 
 function saveChanges() {
+    cmGrid.doclick(0); // force still-focused changes
     /* loop through the changed objects in cmCache and update them in the DB */
 }