IDEMPIERE-3936 / IDEMPIERE-1334 / IDEMPIERE-2230 - clear selected records after a process is finished - when the order has changed the records selected are different - is also possible that the process changed the result, so keeping the selection will point also to wrong records
This commit is contained in:
parent
7541072804
commit
a5afb2f2ee
|
@ -2019,7 +2019,7 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
|
||||||
isRequeryByRunSuccessProcess = true;
|
isRequeryByRunSuccessProcess = true;
|
||||||
Clients.response(new AuEcho(InfoPanel.this, "onQueryCallback", null));
|
Clients.response(new AuEcho(InfoPanel.this, "onQueryCallback", null));
|
||||||
}
|
}
|
||||||
|
recordSelectedData.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
//HengSin -- end --
|
//HengSin -- end --
|
||||||
|
|
Loading…
Reference in New Issue