Objective:
pass additionalScope (integer) from a button element (in a listView), to a code block
Issue:
the additionalScope will pass from another code block (via .trigger() method) (I can access the additionalScope in the block)
but when I use the (new?) button interface element to pass it (to the same code block) from the button event handler, I receive the error:
id is not defined
Is this a known issue at the moment?