mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
9 lines
304 B
Twig
9 lines
304 B
Twig
|
|
{% if oUIBlock.GetOption("select_mode") is not empty %}
|
|
var oSelectedItems{{ oUIBlock.GetOption('sListId') }} = [];
|
|
{% if oUIBlock.GetOption("sSelectedRows") is not empty %}
|
|
oSelectedItems{{ oUIBlock.GetOption('sListId') }} = {{ oUIBlock.GetOption('sSelectedRows')|raw }};
|
|
{% endif %}
|
|
{% endif %}
|
|
|