Navigation to an already opened tab

Hello,

We use CUBA Platform 7.2 in our application. Currently, when opening a page, a new tab is created or an existing one is replaced, even if that tab is already open.
Could you please clarify if there is a way in CUBA Platform to navigate to an already opened tab?

Thanks,
Sviatlana

Hi,

There is no built-in functionality to navigate to already opened screen, but you can extend the
com.haulmont.cuba.web.sys.WebScreens and provide custom logic.

Regards,
Gleb