From d34a3982702922ac44b1c9e4f4de072f9de49527 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 18 Dec 2008 14:26:59 +0000 Subject: [PATCH] force the grid to notice any cell changes that have not be off-focused and applied 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js b/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js index cb401a0f4d..cb9881dca2 100644 --- a/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js +++ b/Open-ILS/web/js/ui/default/conify/global/config/circ_modifier.js @@ -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 */ } -- 2.11.0