Customize current `Table` actions without overriding

Hello, is there a way to customize current actions with my own code without completely overriding current Table.Action but by adding it? is there some kind of super.doAction() possibility? As i can see now - @Subscribe annotation completely overrides an action, cos as i subscribe to it and leave the subscription method empty - it does nothing…

Hi @ocrio.box,

Please, see this topic with a similar question and our documentation, which explains how to customize standard action.

Regards,
Gleb

1 Like

In CUBA 7.2 you can parameterize standard actions without overriding their behavior, see Standard Actions - CUBA Platform. Developer’s Manual.

Would be great if you try the 7.2 BETA version and give us some feedback.