[Vtigercrm-commits] [Vtiger development] #8483: Changing $list_fields and $list_fields_name for some modules has no effect on the RelatedList views
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Feb 24 08:18:08 GMT 2015
#8483: Changing $list_fields and $list_fields_name for some modules has no effect
on the RelatedList views
------------------------+---------------------------------------
Reporter: paco | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Keywords: vtiger_fields lists views
------------------------+---------------------------------------
Changing these variables in
./modules/SalesOrder/SalesOrder.php
for example adding to $list_fields:
'Status'=>Array('salesorder'=>'sostatus')
and to $list_fields_name
'Status'=>'sostatus'
has effect on the related view under e.g. Account -> Sales Orders.
On the contrary, doing the same for other modules (Invoice, Quotes) has no
effect and the related view informations are not modified as expected.
In my opinion, this should be homogeneous for all modules.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8483>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list