Hello,

After setting proxy extraparams in Ext JS 5.0.0.736:



Code:



store.getProxy().extraParams = {
someId: '123',
someBool: true
};

the parameters are not passed with subsequent store.load() request.

Fiddle for this case: http://ift.tt/1n9yuhX


I tested it with ExtJS 4.2.1 (which I currently use) and the code works fine.


[Browser]

Chrome and Firefox (latest versions)


[OS]

Ubuntu 14.03 LTS