Looks like we can't reproduce the issue or there's a problem in the test case provided.
-
Sencha Premium Member
Missing "operation" argument in Store Load Event
Since last Architect update (2.1.0 B676), "operation" argument is removed, why ?
How can I catch "operation.error" property when store load fails ?
-
-
Sencha Premium Member
ExtJS 4.1.3.425
Even in the API's doc the parameter doesn't appear anymore :
http://docs.sencha.com/ext-js/4-1/#!...ore-event-load
-
Sencha Premium Member
-

Originally Posted by
Nxs
We base our definitions off of the documentation. It looks like there was an error (or a change). We'll investigate.
-
This is more of a framework question than an Architect question, but I think the store's load event does not include the Operation object because an Operation is closely tied to a Proxy, and the load event can be fired by stores that do not have a proxy.
You should take my advice with a grain of salt, and follow up in the Ext JS forums if it doesn't work, but I would look into the 'exception' event fired by the proxy: http://docs.sencha.com/ext-js/4-1/#!...vent-exception
Jason Johnston
@lojjic
Sencha Architect Development Team