Extended screen caption is not inherited

Hi,

A developer from Chinese forum have encountered the same problem. He create a project for reproduce the problem: https://github.com/justwezzz/CubaDemo/tree/master/extendsScreen

Could you take a look at it?

Regards.

Hi,

Recently, we have fixed similar problem https://youtrack.cuba-platform.com/issue/STUDIO-5841

Please ensure that you are using the latest Studio 9.1

Hi,

We found another issue. When the message key has a / it won’t be applied in extended screen. See below screenshot:
image

The localizations are after /, for example:

com.haulmont.cuba.gui.app.security.user.browse/copySettings=复制设置
com.haulmont.cuba.gui.app.security.user.browse/resetRememberMe=重置'记住我'

here is the test project:
extendsScreen.zip (280.7 KB)