From: john Date: Fri, 11 May 2018 03:45:42 +0000 (+0800) Subject: Roo/data/JsonReader.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8b7e84aff059a848ee03d829c66e223253f205aa Roo/data/JsonReader.js --- diff --git a/Roo/data/JsonReader.js b/Roo/data/JsonReader.js index 361b361ecc..9d7b59aadb 100644 --- a/Roo/data/JsonReader.js +++ b/Roo/data/JsonReader.js @@ -144,6 +144,9 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, { var s = this.meta, Record = this.recordType, f = Record ? Record.prototype.fields : null, fi = f ? f.items : [], fl = f ? f.length : 0; + Roo.log('-----------------'); + Roo.log(s); + // Generate extraction functions for the totalProperty, the root, the id, and for each field if (!this.ef) { if(s.totalProperty) {