Skip to content
Snippets Groups Projects
Commit 18d87434 authored by Apparao G's avatar Apparao G
Browse files

#Fixes::157282542::Appu::Error message is not displaying properly

parent cb1db5de
No related branches found
No related tags found
1 merge request!982#Fixes::157282542::Appu::Error message is not displaying properly
......@@ -60,7 +60,7 @@ Settings_Vtiger_Edit_Js("Settings_Groups_Edit_Js",{},{
form.submit();
},
function(data, err){
app.helper.showErrorNotification({message:app.vtranslate('JS_DUPLICATES_EXIST')});
app.helper.showErrorNotification({message:data.message});
jQuery('.saveButton').removeAttr('disabled');
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment