kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

lazy:true on some types like integer causes probs for explorer #198

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Having a line like this in your class definition (in jslib), will cause
problems when viewing items of this class via the explorer interface:

something: {lazy: true, type: "integer", index: true}

The explorer will request the items of the class, as normal, then try and
request the first item .something and throw a "Sorry an error was
encountered" message into the grid display.

(on latest source)

Original issue reported on code.google.com by dty...@gmail.com on 6 Jun 2009 at 5:34