return success from org tree builder to prevent clobbering the widget later in the...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 02:41:51 +0000 (02:41 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 02:41:51 +0000 (02:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15541 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 95bd7cd..6f671db 100644 (file)
@@ -372,6 +372,8 @@ if(!dojo._hasResource['openils.widget.AutoFieldWidget']) {
                 this.widget.tree = fieldmapper.aou.globalOrgTree;
                 this.widget.startup();
             }
+
+            return true;
         },
 
         _buildPermGrpSelector : function() {