[Vtigercrm-commits] [vtiger development] #5159: default view in trouble ticket is incorrect

vtiger development vtiger-tickets at trac.vtiger.com
Tue May 12 09:32:39 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:           
------------------------+---------------------------------------------------
Comment (by prasad):

 Replying to [comment:2 prasad]:
 > 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';
 > }}}

 {{{
 var $default_order_by = 'crmid';
 var $default_sort_order = 'DESC';
 }}}

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




More information about the vtigercrm-commits mailing list