Explorar el Código

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

spficklin hace 12 años
padre
commit
d647e377d1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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',