[Vtigercrm-commits] [vtiger development] #6450: Existence of UIType 52 and 53 could cause form field clashes

vtiger development vtiger-tickets at trac.vtiger.com
Wed Dec 2 00:23:56 EST 2009


#6450: Existence of UIType 52 and 53 could cause form field clashes
-------------------------+--------------------------------------------------
  Reporter:  prasad      |       Owner:  developer
      Type:  defect      |      Status:  new      
  Priority:  unassigned  |   Milestone:  5.2.0    
 Component:  vtigercrm   |     Version:  5.1.0    
Resolution:              |    Keywords:           
-------------------------+--------------------------------------------------
Comment (by vikas):

 Also we need to handle the same in listviewutils.php

 replace the following

 {{{
 $value =
 getUserName($adb->query_result($list_result,$list_result_count,'handler'));
 }}}
 with this
 {{{
 $value =
 getUserName($adb->query_result($list_result,$list_result_count,$colname));
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6450#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list