From: miker Date: Fri, 9 Jan 2009 14:31:24 +0000 (+0000) Subject: avoid future field name conflicts by moving structure to Structure X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=45c19873c383f56bd64183fee141c9501b61d0bf;p=Evergreen.git avoid future field name conflicts by moving structure to Structure git-svn-id: svn://svn.open-ils.org/ILS/trunk@11780 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js b/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js index ed97289b9a..217875f7c9 100644 --- a/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js +++ b/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js @@ -145,7 +145,7 @@ if(!dojo._hasResource["fieldmapper.Fieldmapper"]){ 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];