-
Task
-
Resolution: Fixed
-
Major
-
4.3.0
-
None
-
None
-
4.3 M1
Since ExtJS 6.7, when a load of a store is cancelled by returning false into a on "beforeload" listener, the on "load" listeners are still called, whereas in ExtJS 6.5 it wasn't.
It could lead to some errors into on "load" listeners.
For a "load" potentially canceled by a "beforeload" listener, we now have to check the 3rd operation arguments and test its "aborted" property. If operation.aborted is true, do nothing.
- Référence
-
CMS-9925 [ExtJS 6.7] A popup is displayed at startup of a reference table
-
- Closed
-