[open-ils-commits] r11618 - trunk/Open-ILS/web/js/ui/default/conify/global/config

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 18 09:27:01 EST 2008


Author: erickson
Date: 2008-12-18 09:26:59 -0500 (Thu, 18 Dec 2008)
New Revision: 11618

Modified:
   trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js
Log:
force the grid to notice any cell changes that have not be off-focused and applied

Modified: trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js	2008-12-17 21:39:35 UTC (rev 11617)
+++ trunk/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js	2008-12-18 14:26:59 UTC (rev 11618)
@@ -35,6 +35,7 @@
 }
 
 function saveChanges() {
+    cmGrid.doclick(0); // force still-focused changes
     /* loop through the changed objects in cmCache and update them in the DB */
 }
 



More information about the open-ils-commits mailing list