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:
parent
b223b3a20c
commit
cba19d896d
|
@ -538,6 +538,7 @@ public class RolePanel extends Window implements EventListener<Event>, Deferrabl
|
|||
**/
|
||||
public void validateRoles()
|
||||
{
|
||||
Clients.clearBusy();
|
||||
Comboitem lstItemRole = lstRole.getSelectedItem();
|
||||
Comboitem lstItemClient = lstClient.getSelectedItem();
|
||||
Comboitem lstItemOrg = lstOrganisation.getSelectedItem();
|
||||
|
|
Loading…
Reference in New Issue