IDEMPIERE-2300 refresh login page make you go to timeout session.
This commit is contained in:
parent
d6369ca038
commit
327abc2269
|
@ -209,6 +209,9 @@ public class LoginPanel extends Window implements EventListener<Event>
|
||||||
if (found)
|
if (found)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
txtUserId.removeEventListener(Events.ON_FOCUS, txtUserId);
|
||||||
|
txtPassword.removeEventListener(Events.ON_FOCUS, txtPassword);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void createUI() {
|
protected void createUI() {
|
||||||
|
|
Loading…
Reference in New Issue