Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
54f408c908
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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());
 			});