That means? Bug?
On Thursday, September 27, 2012 10:20:06 PM UTC+2, Ivan Brusic wrote:
Well, since I had the code open, I couldn't help looking into it more.
this.field is only called from three places, none of which appear to apply
to arrays:this.field = settings.defaultField(); if (settings.fields() != null) { if (settings.fields.size() == 1) { // just mark it as the default field this.field = settings.fields().get(0); } else { // otherwise, we need to have the default field beingnull...
this.field = null;
}
}The field field was never used previously, so the last checkin exposed the
issue. I haven't stepped through the code in a debugger, but that's my
guess.--
IvanOn Thu, Sep 27, 2012 at 1:02 PM, Ivan Brusic <iv...@brusic.com<javascript:>
wrote:
I'll let someone else debug it further.
--