Skip to content
Snippets Groups Projects
Commit 84026594 authored by Eric Bremner's avatar Eric Bremner Committed by Martin Leblanc
Browse files

ISTWCMS-5214: updating opportunity teaser fields

parent beb584ce
No related branches found
No related tags found
1 merge request!188ISTWCMS-5214: adding theming for opportunity nodes and fixing dates
......@@ -656,7 +656,7 @@ class UwNodeContent {
// so that the display after the content.
if ($view_mode == 'teaser') {
$content_data['footer']['posted'] = $this->addToContentData('date', 'field_uw_opportunity_date');
$content_data['footer']['opportunity_type'] = $this->addToContentData('terms', ['field_uw_opportunity_type']);
$content_data['footer']['deadline'] = $this->addToContentData('date', 'field_uw_opportunity_deadline');
}
if ($node_flags['get_footer']) {
......
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