[Vtigercrm-developers] related emails sort order in 6.5
Stacey Johnson
stacey.johnson110 at gmail.com
Mon Jul 18 03:07:51 GMT 2016
In previous versions when I changed in modules\Emails\views\InRelation.php
$orderBy = $request->get('orderby');
$sortOrder = $request->get('sortorder');
to
$orderBy = $request->get('orderby','date_start');
$sortOrder = $request->get('sortorder','createdtime');
it shows newest email on top of the list (which is logical). Currently it
not works.
Does anyone got a fix for that?
Stacey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20160718/1e638ff4/attachment.html>
More information about the vtigercrm-developers
mailing list