Cuba Studio v9.0 - table actions editor has no field "Invoke"

Hi,

I found bug in Cuba Studio v9.0. Table actions editor has no field “Invoke”

Regards
Marcin

invoke

I’m sorry, I found the reason.

The controller must have an entry:

@Subscribe("myTable.assignToSupplier")
protected void onMyTableAssignToSupplierPerformed(Action.ActionPerformedEvent event) {
    // ...
}