Code review comment for lp:~hjarrell555/ubuntu-qa-website/bug_1366579

Revision history for this message
Hunter (hjarrell555) wrote :

Yeah any table can be sorted the change only has to be done on the header. It just needs a field value with the database field that column represents and a default sort order. Ex:

$header = array(
array('data' => 'Column Name', 'field' => 'databasefield', 'sort' => 'ASC')
);

Also about the database restore I forgot that last night I was going to use the pg_restore to restore just the data from all the qatracker tables and I left it about 20min and it still wasn't finished, so I canceled it.

« Back to merge proposal