Przeglądaj źródła

New feature: fixed bugs in shortcut edition (condition: list NOT paginated)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2433 a333f486-631f-4898-b8df-5754b55c2be0
romainq 12 lat temu
rodzic
commit
54f408c908
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      js/datatable.js

+ 1 - 1
js/datatable.js

@@ -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());
 			});