Localization of Dynamic Attributes does not work in RuntimePropertiesFrame #861

This commit is contained in:
Roman Pinyazhin 2018-05-25 16:49:31 +04:00
parent 36cf268854
commit bd7adbe7bb

View File

@ -212,7 +212,7 @@ public class RuntimePropertiesFrame extends AbstractFrame {
field.setProperty(property.getName());
CategoryAttribute attribute = property.getAttribute();
if (attribute != null) {
field.setCaption(attribute.getName());
field.setCaption(attribute.getLocaleName());
if (StringUtils.isNotBlank(attribute.getWidth())) {
field.setWidth(attribute.getWidth());
} else {