Always show Sensors View on Area pages.

This commit is contained in:
Michael Stenta 2017-05-20 10:37:26 -04:00
parent 63b4b3bc5e
commit dea997a96d
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ function farm_sensor_farm_taxonomy_term_view_views($term) {
return array(
array(
'name' => 'farm_sensors',
'always' => TRUE,
),
);
}