[Vtigercrm-commits] [vtiger development] #5353: contact detail view email listing

vtiger development vtiger-tickets at trac.vtiger.com
Fri Sep 12 05:50:16 EDT 2008


#5353: contact detail view email listing
-----------------------+----------------------------------------------------
 Reporter:  frankpie   |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  major      |   Milestone:  5.1.0    
Component:  vtigercrm  |     Version:  5.0.4    
 Keywords:             |  
-----------------------+----------------------------------------------------
 if you have more than 20 emails sent to a contact you can navigate within
 the detail view at the email listings to display addtional pages. If you
 have more than 20 entries the edit button for the individual email does
 not work anymore, caused by a syntax error for the js script. To fix it
 replace at ListViewUtils.php:

 line 939:

 if(isset($_REQUEST['start']) && $_REQUEST['start'] > 1)

 by

 if(isset($_REQUEST['start']) && $_REQUEST['start'] > 1  && $module !=
 'Emails')

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




More information about the vtigercrm-commits mailing list