IDEMPIERE-619 Zk: Always show processing prompt when server is processing login request / Fix problem reported by Hiep Lq

https://groups.google.com/d/topic/idempiere/MkoPalYrOGk/discussion
This commit is contained in:
Carlos Ruiz 2013-02-26 20:39:16 -05:00
parent b223b3a20c
commit cba19d896d
1 changed files with 1 additions and 0 deletions

View File

@ -538,6 +538,7 @@ public class RolePanel extends Window implements EventListener<Event>, Deferrabl
**/ **/
public void validateRoles() public void validateRoles()
{ {
Clients.clearBusy();
Comboitem lstItemRole = lstRole.getSelectedItem(); Comboitem lstItemRole = lstRole.getSelectedItem();
Comboitem lstItemClient = lstClient.getSelectedItem(); Comboitem lstItemClient = lstClient.getSelectedItem();
Comboitem lstItemOrg = lstOrganisation.getSelectedItem(); Comboitem lstItemOrg = lstOrganisation.getSelectedItem();