Skip to content

Commit 3ef5ccf

Browse files
committed
Updated decision header display
1 parent bd9d2af commit 3ef5ccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/themes/custom/hoeringsportal/templates/content/node--decision--full.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
0: {
1515
type: 'text',
1616
label: 'Decision'|t,
17-
value: content.field_decision
17+
value: node.field_decision.value
1818
},
1919
1: {
2020
type: 'text',
2121
label: 'Decision date'|t,
22-
value: content.field_decision_date
22+
value: node.field_decision_date.date|date('U')|format_date('hoeringsportal_date_long')
2323
}
2424
},
2525
category: 'Decision'|t

0 commit comments

Comments
 (0)