IDEMPIERE-529 Search on empty table doesn't allow to close the window.
This commit is contained in:
parent
3133da1aa0
commit
401b046add
|
@ -1623,8 +1623,6 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
|||
}
|
||||
|
||||
private void doOnFind() {
|
||||
adTabbox.dataIgnore();
|
||||
|
||||
// Gets Fields from AD_Field_v
|
||||
GridField[] findFields = adTabbox.getSelectedGridTab().getFields();
|
||||
if (findWindow == null || !findWindow.validate(adTabbox.getSelectedGridTab().getWindowNo(), adTabbox.getSelectedGridTab().getName(),
|
||||
|
|
Loading…
Reference in New Issue