Fix conflict with the USR_STATUS (editing profile) identifiers on the ExtJs script
This commit is contained in:
@@ -1053,6 +1053,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) {
|
||||||
|
Ext.getCmp('USR_STATUS').setDisabled(readMode);
|
||||||
Ext.getCmp('frmDetails').getForm().submit({
|
Ext.getCmp('frmDetails').getForm().submit({
|
||||||
url : 'usersAjax',
|
url : 'usersAjax',
|
||||||
params : {
|
params : {
|
||||||
|
|||||||
Reference in New Issue
Block a user