3 Attachment(s)
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:
Attachment 41366
2. The added handler method gets the following 5 parameters:
Attachment 41365
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:
Attachment 41367