Преглед изворни кода

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

Stephen Ficklin пре 11 година
родитељ
комит
96c687ad83
1 измењених фајлова са 1 додато и 1 уклоњено
  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,