BUG 12702 No se pueden editar usuarios SOLVED
- No se pueden editar usuarios - Deleted console log tracer.
This commit is contained in:
@@ -1126,9 +1126,7 @@ function saveUser()
|
|||||||
var confPass = frmDetails.getForm().findField('USR_CNF_PASS').getValue();
|
var confPass = frmDetails.getForm().findField('USR_CNF_PASS').getValue();
|
||||||
|
|
||||||
if (confPass === newPass) {
|
if (confPass === newPass) {
|
||||||
console.log("Dentro de password no modificado");
|
|
||||||
if(typeof(EDITPROFILE) != "undefined" && EDITPROFILE == 1 && newPass != "") {
|
if(typeof(EDITPROFILE) != "undefined" && EDITPROFILE == 1 && newPass != "") {
|
||||||
console.log("Entro por then");
|
|
||||||
var currentPassword = Ext.getCmp("currentPassword").getValue();
|
var currentPassword = Ext.getCmp("currentPassword").getValue();
|
||||||
|
|
||||||
if(currentPassword != "") {
|
if(currentPassword != "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user