Multiple screens page already opened

Hi.
Is possible to open multiple tabs for the same screen? When I click on a page menu item it is shown the opened page if it is already opened. Is possible to open a new tab for the same page?
Thanks

Hi,
Mark screen controller with @MultipleOpen annotation:

https://doc.cuba-platform.com/manual-7.2/screen_controller_annotations.html#MultipleOpen_annotation

1 Like

Hi,

Take a look at @MultipleOpen annotation.

Regards,
Gleb

Perfect! Thanks Alexander and Gleb