mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 14:14:11 +01:00
10 lines
369 B
Twig
10 lines
369 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;
|
|
|