Revert line that wasn't supposed to be commited yet 🙈

This commit is contained in:
Molkobain
2021-02-18 09:34:01 +01:00
parent 10d5ca50fc
commit 1e18a5ce07

View File

@@ -1,6 +1,5 @@
$('#{{ oUIBlock.GetId() }}').activity_panel({
datetime_format: {{ oUIBlock.GetDateTimeFormatForJSWidget()|json_encode|raw }},
{% if oUIBlock.HasTransactionId() %}transaction_id: {{ oUIBlock.GetTransactionId()|var_export }},{% endif %}
lock_watcher_period: {{ get_config_parameter('activity_panel.lock_watcher_period') }},
show_multiple_entries_submit_confirmation: {{ oUIBlock.GetShowMultipleEntriesSubmitConfirmation()|var_export }}
});