[open-ils-commits] r15540 - branches/rel_1_6/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:35 EST 2010
Author: erickson
Date: 2010-02-15 21:41:33 -0500 (Mon, 15 Feb 2010)
New Revision: 15540
Modified:
branches/rel_1_6/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/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js
===================================================================
--- branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js 2010-02-16 02:40:52 UTC (rev 15539)
+++ branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget/AutoFieldWidget.js 2010-02-16 02:41:33 UTC (rev 15540)
@@ -393,6 +393,8 @@
this.widget.tree = fieldmapper.aou.globalOrgTree;
this.widget.startup();
}
+
+ return true;
},
_buildPermGrpSelector : function() {
More information about the open-ils-commits
mailing list