From: gmc Date: Fri, 6 Aug 2010 00:49:37 +0000 (+0000) Subject: bug 614132: fix glitch when used cached permission group widget X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6c4eee83130b96d5aeecc3b9048ee0d4f0cabf6c;p=evergreen%2Fbjwebb.git 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 git-svn-id: svn://svn.open-ils.org/ILS/trunk@17108 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js b/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js index b033f498e..6cfe1cbba 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js @@ -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; }