[Vtigercrm-developers] [VT6] Problem during Profile save...
Rietz, Artur
a.rietz at opensaas.pl
Wed Jun 5 13:01:37 UTC 2013
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...
My solution was:
*
*
*File*:
vtiger6/layouts/vlayout/modules/Settings/Profiles/resources/Profiles.js
*line *297
*Change:*
var result = response['success'];
*To:*
var result = data['success'];
I may not be optimal solution but it worked for me. I suggest you to check
again this part of code
//Rietz Artur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130605/fb40f80c/attachment.html>
More information about the vtigercrm-developers
mailing list