mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
Support description for link #PL-4862
This commit is contained in:
parent
ea484c3496
commit
2726e7283f
@ -36,12 +36,8 @@ public class LinkLoader extends AbstractDatasourceComponentLoader {
|
||||
loadVisible(component, element);
|
||||
loadAlign(component, element);
|
||||
loadStyleName(component, element);
|
||||
|
||||
String caption = element.attributeValue("caption");
|
||||
if (StringUtils.isNotEmpty(caption)) {
|
||||
caption = loadResourceString(caption);
|
||||
component.setCaption(caption);
|
||||
}
|
||||
loadDescription(component, element);
|
||||
loadCaption(component, element);
|
||||
|
||||
String url = element.attributeValue("url");
|
||||
if (StringUtils.isNotEmpty(url)) {
|
||||
|
Loading…
Reference in New Issue
Block a user