mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 07:04:16 +01:00
10 lines
349 B
Twig
10 lines
349 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 %}
|
|
|
|
var bSelectAllowed{{ oUIBlock.GetId() }} = false;
|
|
|