[Vtigercrm-commits] [vtiger development] #7215: Bug: No translation for combo box

vtiger development vtiger-tickets at trac.vtiger.com
Thu Nov 10 23:40:15 PST 2011


#7215: Bug: No translation for combo box
----------------------------+-----------------------------------------------
 Reporter:  tburgermeister  |       Owner:  developer 
     Type:  defect          |      Status:  new       
 Priority:  unassigned      |   Milestone:  Unassigned
Component:  vtigercrm       |     Version:  5.3.0 RC  
 Severity:  Medium          |    Keywords:            
----------------------------+-----------------------------------------------
 vtiger 5.3.0 RC:
 The values of a combo box fields (UIType 33) won’t get translated to other
 languages, even if the translations exist in language files. The following
 small change is required:

 include/utils/DetailViewUtils.php, row 256:

 old: $options[] = array($pickListValue, $pickListValue, $chk_val);
 new: $options[] = array(getTranslatedString($pickListValue),
 $pickListValue, $chk_val);

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



More information about the vtigercrm-commits mailing list