[open-ils-commits] r15539 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Feb 15 21:40:54 EST 2010
Author: erickson
Date: 2010-02-15 21:40:52 -0500 (Mon, 15 Feb 2010)
New Revision: 15539
Modified:
trunk/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: trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js 2010-02-15 20:42:26 UTC (rev 15538)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js 2010-02-16 02:40:52 UTC (rev 15539)
@@ -454,6 +454,8 @@
this.widget.tree = fieldmapper.aou.globalOrgTree;
this.widget.startup();
}
+
+ return true;
},
_buildPermGrpSelector : function() {
More information about the open-ils-commits
mailing list