[Vtigercrm-commits] [vtiger development] #5867: Extend Popup	reminder for other modules
    vtiger development 
    vtiger-tickets at trac.vtiger.com
       
    Fri Apr 24 13:45:43 EDT 2009
    
    
  
#5867: Extend Popup reminder for other modules
-----------------------+----------------------------------------------------
 Reporter:  prasad     |       Owner:  developer 
     Type:  defect     |      Status:  new       
 Priority:  major      |   Milestone:  5.1.0     
Component:  vtigercrm  |     Version:  5.1.0-val2
 Keywords:             |  
-----------------------+----------------------------------------------------
 Noticed hard-coding in ActivityReminderCallbackAjax.php
 {{{
 $focus = new Activity();
 }}}
 it is good to use the following:
 {{{
 $focus = CRMEntity::getInstance($cbmodule);
 }}}
 This will provide option to extend the reminder feature to any module.
-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5867>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
    
    
More information about the vtigercrm-commits
mailing list