treat virtual fields and non-IDL fields different in the auto-widget universe. as...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Feb 2010 04:05:00 +0000 (04:05 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Feb 2010 04:05:00 +0000 (04:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15594 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index f8bb098..e4f11ab 100644 (file)
@@ -48,7 +48,7 @@ if(!dojo._hasResource['openils.widget.AutoWidget']) {
                             self.sortedFieldList.push(field)
                         } else {
                             // non-IDL field
-                            self.sortedFieldList.push({name : name, virtual:true});
+                            self.sortedFieldList.push({name : name, nonIdl:true});
                         }
                     }
                 );