Skip to content
Snippets Groups Projects

ISTWCMS-5313: Use teaser output for office hours

Merged Eric Bremner requested to merge feature/ISTWCMS-5313-ebremner-service-hours into 1.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -106,7 +106,7 @@ class UwNodeFieldValue {
// Office hours field type.
if ($type == 'hours') {
$hours = $node->$field_name->view();
$hours = $node->$field_name->view('teaser');
if (isset($hours['#title'])) {
return $hours;
}
Loading