[open-ils-commits] r17111 - branches/rel_1_6_1/Open-ILS/web/js/dojo/openils/widget (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Aug 5 20:56:27 EDT 2010


Author: gmc
Date: 2010-08-05 20:56:26 -0400 (Thu, 05 Aug 2010)
New Revision: 17111

Modified:
   branches/rel_1_6_1/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: branches/rel_1_6_1/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
===================================================================
--- branches/rel_1_6_1/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js	2010-08-06 00:55:50 UTC (rev 17110)
+++ branches/rel_1_6_1/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js	2010-08-06 00:56:26 UTC (rev 17111)
@@ -556,6 +556,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