[Vtigercrm-commits] [vtiger development] #6225: Webmails option coming for add module widget

vtiger development vtiger-tickets at trac.vtiger.com
Thu Aug 6 06:02:37 EDT 2009


#6225: Webmails option coming for add module widget
------------------------+---------------------------------------------------
 Reporter:  pinaki      |       Owner:  developer
     Type:  defect      |      Status:  new      
 Priority:  unassigned  |   Milestone:  5.1.1    
Component:  vtigercrm   |     Version:  5.1.0    
 Keywords:              |  
------------------------+---------------------------------------------------
 When add a new widget using the add module option, we are getting a option
 for webmails module. Selecting this is showing failures. This problem is
 on 5.1.0 GA. The issue was introduced with the performance optimization
 changes between val2 and RC. Earlier, we did not use to provide option for
 Webmails module in the add module option, but with the latest changes this
 module is also coming up. The change which affected the list is -


 {{{
 $tabrows = vtlib_prefetchModuleActiveInfo(); //line 43 file
 modules/Home/index.php
 }}}


 Around here, we have added code to ignore events and emails, but missed
 webmails.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6225>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list