[Vtigercrm-commits] [vtiger development] #6184: In custom and Services listview the Order By of fields resets after each view. Order_by not kept is session
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Jul 21 11:50:33 EDT 2009
#6184: In custom and Services listview the Order By of fields resets after each
view. Order_by not kept is session
------------------------+---------------------------------------------------
Reporter: R.Cohen | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-rc
Keywords: |
------------------------+---------------------------------------------------
There's a typo in the vtlib ListView.php and also in some new modules to
5.1 (Services, ServiceContracts..)
In some places you have
{{{
$_SESSION[$currentModule."_Order_by"]
}}}
and in others
{{{
$_SESSION[$currentModule.'_Order_By']
}}}
this '''by''' vs '''By''' aint going to fly
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6184>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list