mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
Localization of Dynamic Attributes does not work in RuntimePropertiesFrame #861
This commit is contained in:
parent
36cf268854
commit
bd7adbe7bb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user