Skip to content
Snippets Groups Projects

Cleaned up migration to fetch entityfields for userlabel

Merged Uma requested to merge uma.s/vtigercrm:Migration_update into 7.4.0
+ 9
13
Compare changes
  • Side-by-side
  • Inline
Files
@@ -51,6 +51,7 @@ Vtiger_Edit_Js("Users_Edit_Js",{},{
}
if(newPassword != confirmPassword){
app.helper.showErrorNotification({message :app.vtranslate('JS_REENTER_PASSWORDS')});
editForm.find('.saveButton').removeAttr('disabled');
e.preventDefault();
}
Loading