mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
"*" for required in wrong place when we set caption (for SearchPickerField) #PL-2642
This commit is contained in:
parent
8b21292528
commit
908135ac05
@ -148,6 +148,16 @@ public class WebSearchPickerField extends WebSearchField implements SearchPicker
|
||||
return pickerField.getDescription();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCaption(String caption) {
|
||||
pickerField.setCaption(caption);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCaption() {
|
||||
return pickerField.getCaption();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Action getAction(String id) {
|
||||
return pickerField.getAction(id);
|
||||
|
Loading…
Reference in New Issue
Block a user