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:33 +0000 (02:41 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 02:41:33 +0000 (02:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15540 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

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