The default request parameters of TreeStore
Ext version tested:Browser versions tested against:- Chromium 18.0.1025.168 (Ubuntu 12.04)
Description:- TreeStore - it will be two request parameters when it loading: node & id. id is superfluous, it may cause trouble to the service side.
It seems this is causing my Problem, too
With 4.1.1., Ext.direct and TreeStore i've got the following id specific Problem
My Settings seem to be more or less ignored
nodeParam: 'parent_id',
defaultRootProperty: 'group_id'
node: {id: "57729" group_id: "1", parent_id: "0"}
sends :-? now
Object {parent_id = "57729", id_catalog_group_system=31, id="57729" }
or
Object {parent_id = "1", id_catalog_group_system=31, id="1" }
instead of
Object {parent_id = "1", id_catalog_group_system=31}
as in ExtJS 4.0.7