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

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

I’m sorry, I found the reason.
The controller must have an entry:
@Subscribe("myTable.assignToSupplier")
protected void onMyTableAssignToSupplierPerformed(Action.ActionPerformedEvent event) {
// ...
}