mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
New feature: fixed bugs in shortcut edition (condition: list NOT paginated)
SVN:trunk[2433]
This commit is contained in:
@@ -267,7 +267,7 @@ $(function()
|
||||
}
|
||||
|
||||
oRes.selectObject = [];
|
||||
this.element.find(':input[name^=selectObject]').each(function() {
|
||||
this.element.find(':input[name^=selectObject]:checked').each(function() {
|
||||
oRes.selectObject.push($(this).val());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user