From dea997a96dfea17b5e206905dcf3c47e4d773c78 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Sat, 20 May 2017 10:37:26 -0400 Subject: [PATCH] Always show Sensors View on Area pages. --- farm_sensor.module | 1 + 1 file changed, 1 insertion(+) diff --git a/farm_sensor.module b/farm_sensor.module index ce56f6043..b07309419 100644 --- a/farm_sensor.module +++ b/farm_sensor.module @@ -98,6 +98,7 @@ function farm_sensor_farm_taxonomy_term_view_views($term) { return array( array( 'name' => 'farm_sensors', + 'always' => TRUE, ), ); }