Skip to content
Snippets Groups Projects
Commit bc275111 authored by Liam Morland's avatar Liam Morland
Browse files

Merge branch 'feature/ISTWCMS-5313-ebremner-service-hours' into '1.0.x'

ISTWCMS-5313: Use teaser output for office hours

See merge request !210
parents 003c10f4 b4ab74f8
No related branches found
No related tags found
1 merge request!210ISTWCMS-5313: Use teaser output for office hours
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment