[Vtigercrm-commits] [vtiger development] #5159: default view in trouble ticket is incorrect
vtiger development
vtiger-tickets at trac.vtiger.com
Tue May 12 09:31:52 EDT 2009
#5159: default view in trouble ticket is incorrect
------------------------+---------------------------------------------------
Reporter: nitin | Owner: developer
Type: defect | Status: closed
Priority: minor | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4-rc
Resolution: wontfix | Keywords:
------------------------+---------------------------------------------------
Changes (by prasad):
* status: new => closed
* resolution: => wontfix
Comment:
It is easier to configure the default order in the modules.
In the module class file you will need to configure the following:
{{{
var $default_order_by = 'title';
var $default_sort_order = 'DESC';
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5159#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list