mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
5 lines
362 B
Twig
5 lines
362 B
Twig
$('#{{ oUIBlock.GetId() }}').activity_panel({
|
|
datetime_format: {{ oUIBlock.GetDateTimeFormatForJSWidget()|json_encode|raw }},
|
|
{% if oUIBlock.HasTransactionId() %}transaction_id: {{ oUIBlock.GetTransactionId()|var_export }},{% endif %}
|
|
show_multiple_entries_submit_confirmation: {{ oUIBlock.GetShowMultipleEntriesSubmitConfirmation()|var_export }}
|
|
}); |