Skip to content

Commit

Permalink
TicketValidation pre_item_form hook
Browse files Browse the repository at this point in the history
  • Loading branch information
keboeoris authored Jan 13, 2025
1 parent c3a8f46 commit 58c0531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
{% if matching_types|length > 0 %}
{% set timeline_itemtype = matching_types|first %}
{% if timeline_itemtype.template is defined %}
{{ include(timeline_itemtype.template, {'form_mode': 'view'}) }}
{{ include(timeline_itemtype.template, {'form_mode': 'view', 'subitem': timeline_itemtype.item}) }}
{% endif %}
{% endif %}
{% else %}
Expand Down

0 comments on commit 58c0531

Please sign in to comment.