Browse Source

Merge branch '7.x-2.x' of git.drupal.org:sandbox/spficklin/1337878 into 7.x-2.x

Stephen Ficklin 11 years ago
parent
commit
96c687ad83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_core/tripal_core.views_default.inc

+ 1 - 1
tripal_core/tripal_core.views_default.inc

@@ -71,7 +71,7 @@ function tripal_core_admin_defaultview_jobs() {
   $handler->display->display_options['style_options']['info'] = array(
     'job_id' => array(
       'sortable' => 1,
-      'default_sort_order' => 'asc',
+      'default_sort_order' => 'desc',
       'align' => '',
       'separator' => '',
       'empty_column' => 0,