Improve css for tables

This commit is contained in:
Frédéric Guillot
2014-11-09 21:41:32 -05:00
parent 7eadf7cfd8
commit 7a5b78dbc6
5 changed files with 115 additions and 21 deletions

View File

@@ -105,7 +105,7 @@ class Project extends Base
* @param string $direction Sorting direction
* @return array Project properties
*/
public function getSummary(array $project_ids, $status = self::ACTIVE, $order = 'last_modified', $direction = 'desc')
public function getSummary(array $project_ids, $status = self::ACTIVE, $order = 'name', $direction = 'asc')
{
if (empty($project_ids)) {
return array();