[open-ils-commits] r17108 - trunk/Open-ILS/web/js/dojo/openils/widget (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 5 20:49:39 EDT 2010


Author: gmc
Date: 2010-08-05 20:49:37 -0400 (Thu, 05 Aug 2010)
New Revision: 17108

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
Log:
bug 614132: fix glitch when used cached permission group widget

Fixes bug where the initial permission group value in a circ or
hold matrix entry was not displayed when editing an
existing matchpoint.

Signed-off-by: Galen Charlton <gmc at esilibrary.com>


Modified: trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js	2010-08-05 21:16:01 UTC (rev 17107)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js	2010-08-06 00:49:37 UTC (rev 17108)
@@ -565,6 +565,7 @@
             if(this.cache.permGrpTree) {
                 this.widget.tree = this.cache.permGrpTree;
                 this.widget.startup();
+                this._widgetLoaded();
                 return true;
             } 
 



More information about the open-ils-commits mailing list