IDEMPIERE-4174 Login issues using password manager / IDEMPIERE-3182

This commit is contained in:
Carlos Ruiz 2020-02-19 22:05:18 +01:00
parent 296154af6e
commit af5cfcb0e8
1 changed files with 4 additions and 2 deletions

View File

@ -145,7 +145,8 @@ Copyright (C) 2007 Ashley G Ramdass.
this.$bind_(dt, skipper, after);
if (this.getType () != "password"){
var txtid = this.getId()
if (txtid != "txtUserId" && txtid != "txtPassword" ){
return;
}
@ -159,7 +160,8 @@ Copyright (C) 2007 Ashley G Ramdass.
this.$unbind_(dt, skipper);
if (this.getType () != "password"){
var txtid = this.getId()
if (txtid != "txtUserId" && txtid != "txtPassword" ){
return;
}