[open-ils-commits] r11780 - trunk/Open-ILS/web/js/dojo/fieldmapper
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jan 9 09:31:25 EST 2009
Author: miker
Date: 2009-01-09 09:31:24 -0500 (Fri, 09 Jan 2009)
New Revision: 11780
Modified:
trunk/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js
Log:
avoid future field name conflicts by moving structure to Structure
Modified: trunk/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js 2009-01-09 14:24:37 UTC (rev 11779)
+++ trunk/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js 2009-01-09 14:31:24 UTC (rev 11780)
@@ -145,7 +145,7 @@
if (!this.a) this.a = [];
this.classname = this.declaredClass;
this._fields = [];
- this.structure = fieldmapper.IDL.fmclasses[this.classname]
+ this.Structure = fieldmapper.IDL.fmclasses[this.classname]
for (var f in fieldmapper.IDL.fmclasses[this.classname].fields) {
var field = fieldmapper.IDL.fmclasses[this.classname].fields[f];
More information about the open-ils-commits
mailing list