Success! Looks like we've fixed this one. According to our records the fix was applied for
DSGNR-3125
in
a recent build.
-
Sencha User
Actioncolumn wrong handler parameter
Version:
SA 2.1.0 Build 678
Description:
A handler method of a grid action column gets the wrong parameters.
Steps to reproduce:
1. Add a handler method to an ActionColumn by clicking the plus the config panel:
add.png
2. The added handler method gets the following 5 parameters:
actioncolumn.png
The handler method is called with the following parameters instead, so the 6th and 7th parameter record and node Element are missing in the handler above.
Got Parameter list:
parameters.png