IDEMPIERE-3094:Infowindow:Previsius recordSelectedData don't clear before process run
This commit is contained in:
parent
00ec75b027
commit
577859f63e
|
@ -1548,7 +1548,8 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void executeQuery() {
|
protected void executeQuery() {
|
||||||
prepareTable();
|
if (!isRequeryByRunSuccessProcess)
|
||||||
|
prepareTable();
|
||||||
super.executeQuery();
|
super.executeQuery();
|
||||||
if (ClientInfo.maxHeight(ClientInfo.SMALL_HEIGHT-1) ||
|
if (ClientInfo.maxHeight(ClientInfo.SMALL_HEIGHT-1) ||
|
||||||
ClientInfo.maxWidth(ClientInfo.SMALL_WIDTH-1)) {
|
ClientInfo.maxWidth(ClientInfo.SMALL_WIDTH-1)) {
|
||||||
|
|
Loading…
Reference in New Issue