bug 614132: fix glitch when used cached permission group widget
authorgmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Aug 2010 00:49:37 +0000 (00:49 +0000)
committergmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 6 Aug 2010 00:49:37 +0000 (00:49 +0000)
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@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17108 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js

index b033f49..6cfe1cb 100644 (file)
@@ -565,6 +565,7 @@ if(!dojo._hasResource['openils.widget.AutoFieldWidget']) {
             if(this.cache.permGrpTree) {
                 this.widget.tree = this.cache.permGrpTree;
                 this.widget.startup();
+                this._widgetLoaded();
                 return true;
             }