IDEMPIERE-2508:process non stop when enter continue to show info panel
This commit is contained in:
parent
1c0bf34bd7
commit
8413fcb7ff
|
@ -1559,7 +1559,8 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
|||
boolean isParameterChange = isParameteChangeValue();
|
||||
// when change parameter, also requery
|
||||
if (isParameterChange){
|
||||
onUserQuery();
|
||||
if (!isQueryByUser)
|
||||
onUserQuery();
|
||||
}else if (m_lookup && contentPanel.getSelectedIndex() >= 0){
|
||||
// do nothing when parameter not change and at window mode, or at dialog mode but select non record
|
||||
onOk();
|
||||
|
|
Loading…
Reference in New Issue