mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
Reverted changes from #PL-2609
This commit is contained in:
parent
a929199b85
commit
60159087c6
@ -167,9 +167,6 @@ public class WebLookupField
|
||||
fireValueChanged(prevValue, value);
|
||||
prevValue = value;
|
||||
if (optionsDatasource != null) {
|
||||
if (Datasource.State.INVALID == optionsDatasource.getState()) {
|
||||
optionsDatasource.refresh();
|
||||
}
|
||||
optionsDatasource.setItem((Entity) value);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user