mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Merge branch 'support/2.5'
This commit is contained in:
@@ -118,8 +118,13 @@ function sprintf(format, etc) {
|
|||||||
$(':input[name^=storedSelection]', pager).remove();
|
$(':input[name^=storedSelection]', pager).remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
function storeSelection(table, pager, id, value, disabled=false)
|
function storeSelection(table, pager, id, value, disabled)
|
||||||
{
|
{
|
||||||
|
if(disabled == undefined)
|
||||||
|
{
|
||||||
|
disabled = false;
|
||||||
|
}
|
||||||
|
|
||||||
var valueToStore = value;
|
var valueToStore = value;
|
||||||
if (table.config.selectionMode == 'negative')
|
if (table.config.selectionMode == 'negative')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user