[Vtigercrm-commits] [Vtiger development] #8305: Related list Translation bug in 6.1?
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Dec 30 12:14:47 GMT 2014
#8305: Related list Translation bug in 6.1?
-----------------------+-----------------------
Reporter: uma | Owner: uma
Type: defect | Status: reopened
Priority: minor | Milestone: 6.2.0
Component: vtigercrm | Version: 6.1.0
Severity: Medium | Resolution:
Keywords: |
-----------------------+-----------------------
Comment (by uma):
For plural, to indicate multiple record selections.
Workaround
===========
In RelationListView?.php getSelectRelationLinks() api, Label is generated
as below.
'linklabel' => vtranslate('LBL_SELECT')."
".vtranslate($relatedModel->get('label')),
Replace with
============
'linklabel' => vtranslate('LBL_SELECT')."
".vtranslate($relatedModel->getName(), $relatedModel->getName()),
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8305#comment:5>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list