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:
Carlos Ruiz 2019-03-27 15:58:33 -03:00
parent 7541072804
commit a5afb2f2ee
1 changed files with 1 additions and 1 deletions

View File

@ -2019,7 +2019,7 @@ public abstract class InfoPanel extends Window implements EventListener<Event>,
isRequeryByRunSuccessProcess = true;
Clients.response(new AuEcho(InfoPanel.this, "onQueryCallback", null));
}
recordSelectedData.clear();
}
//HengSin -- end --