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
|
||||
protected void executeQuery() {
|
||||
prepareTable();
|
||||
if (!isRequeryByRunSuccessProcess)
|
||||
prepareTable();
|
||||
super.executeQuery();
|
||||
if (ClientInfo.maxHeight(ClientInfo.SMALL_HEIGHT-1) ||
|
||||
ClientInfo.maxWidth(ClientInfo.SMALL_WIDTH-1)) {
|
||||
|
|
Loading…
Reference in New Issue