Reverted changes from #PL-2609

This commit is contained in:
Dmitry Kozlov 2013-09-20 12:54:15 +00:00
parent a929199b85
commit 60159087c6

View File

@ -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);
}
}