[Vtigercrm-developers] 回复: Where to find the Summary andQuickCreate view save
sunny
1250572980 at qq.com
Fri Jun 12 12:36:30 GMT 2015
I add a class Events_SaveAjax_Action,like following:
but when debug,I find in QuitCreate which still call the Calendar_SaveAjax_Action' ,never call the 'Events_SaveAjax_Action'.
how to call the 'Events_SaveAjax_Action'
------------------ 原始邮件 ------------------
发件人: "Manu urs";<manu.k at vtiger.com>;
发送时间: 2015年6月12日(星期五) 下午3:17
收件人: "vtigercrm-developers"<vtigercrm-developers at lists.vtigercrm.com>;
主题: Re: [Vtigercrm-developers] Where to find the Summary andQuickCreate view save
Hi
As 'Events_SaveAjax_Action' class is not present it will fall back to 'Calendar_SaveAjax_Action' . The QuickCreate of event will handle by process api of 'Calendar_SaveAjax_Action' class. If you want to add some special actions during the Event save operation , you can create a new 'Events_SaveAjax_Action' class which extends 'Calendar_SaveAjax_Action'.
Regards,
Manu Urs
On Fri, Jun 12, 2015 at 7:06 AM, sunny <1250572980 at qq.com> wrote:
I add the some code in the save action of the event module,but when use the Summary and QuickCreate,it do not take affect.I want to know where and which file control the save of the the Summary and QuickCreate.
_______________________________________________
http://www.vtiger.com/
--
Regards,
Manu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150612/ec0016c1/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 397C2DA7 at E8FBB869.4ED27A55.jpg
Type: image/jpeg
Size: 80086 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150612/ec0016c1/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 057DFFEC at E8FBB869.4ED27A55.jpg
Type: image/jpeg
Size: 14932 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150612/ec0016c1/attachment-0003.jpg>
More information about the vtigercrm-developers
mailing list