<div dir="ltr">Whenever I was trying to save profile my "Save button" didnt worked, after a couple minutes spent on looking for error I ve realised that you have error in Profiles.js file...<div><br></div><div>My solution was:</div>
<div><b><br></b></div><div><b>File</b>: vtiger6/layouts/vlayout/modules/Settings/Profiles/resources/Profiles.js<div class="gmail_quote"><div dir="ltr"><div><b>line </b>297<br></div><div><br></div><div style><b>Change:</b></div>
<div style>var result = response['success'];<br></div>
<div><b>To:</b></div><div>var result = data['success'];</div><div><br></div><div style>I may not be optimal solution but it worked for me. I suggest you to check again this part of code</div><div style><br></div>
<div>//Rietz Artur</div></div>
</div><br></div></div>