Browse Source

Forgot to turn on link to node in feature map default view

spficklin 12 years ago
parent
commit
d647e377d1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tripal_featuremap/tripal_featuremap.views.inc

+ 3 - 0
tripal_featuremap/tripal_featuremap.views.inc

@@ -173,6 +173,7 @@ function tripal_featuremap_views_default_views() {
       'empty' => '',
       'hide_empty' => 0,
       'empty_zero' => 0,
+      'link_to_node' => 1,
       'hide_alter_empty' => 1,
       'type' => 'separator',
       'separator' => ', ',
@@ -206,6 +207,7 @@ function tripal_featuremap_views_default_views() {
       ),
       'empty' => '',
       'hide_empty' => 0,
+      'link_to_node' => 0,
       'empty_zero' => 0,
       'hide_alter_empty' => 1,
       'type' => 'separator',
@@ -240,6 +242,7 @@ function tripal_featuremap_views_default_views() {
       ),
       'empty' => '',
       'hide_empty' => 0,
+      'link_to_node' => 0,
       'empty_zero' => 0,
       'hide_alter_empty' => 1,
       'type' => 'separator',