[open-ils-commits] r13148 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 12 16:06:12 EDT 2009
Author: erickson
Date: 2009-05-12 16:06:08 -0400 (Tue, 12 May 2009)
New Revision: 13148
Modified:
trunk/Open-ILS/web/js/dojo/openils/widget/AutoWidget.js
Log:
treat non-idl fields as virtual fields
Modified: trunk/Open-ILS/web/js/dojo/openils/widget/AutoWidget.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/AutoWidget.js 2009-05-12 19:17:09 UTC (rev 13147)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/AutoWidget.js 2009-05-12 20:06:08 UTC (rev 13148)
@@ -48,7 +48,7 @@
self.sortedFieldList.push(field)
} else {
// non-IDL field
- self.sortedFieldList.push({name : name});
+ self.sortedFieldList.push({name : name, virtual:true});
}
}
);
More information about the open-ils-commits
mailing list