[open-ils-commits] r15541 - branches/rel_1_6_0/Open-ILS/web/js/dojo/openils/widget (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Feb 15 21:41:53 EST 2010


Author: erickson
Date: 2010-02-15 21:41:51 -0500 (Mon, 15 Feb 2010)
New Revision: 15541

Modified:
   branches/rel_1_6_0/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
Log:
return success from org tree builder to prevent clobbering the widget later in the top-level datatype switch clause

Modified: branches/rel_1_6_0/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
===================================================================
--- branches/rel_1_6_0/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js	2010-02-16 02:41:33 UTC (rev 15540)
+++ branches/rel_1_6_0/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js	2010-02-16 02:41:51 UTC (rev 15541)
@@ -372,6 +372,8 @@
                 this.widget.tree = fieldmapper.aou.globalOrgTree;
                 this.widget.startup();
             }
+
+            return true;
         },
 
         _buildPermGrpSelector : function() {



More information about the open-ils-commits mailing list