소스 검색

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 년 전
부모
커밋
54f408c908
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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());
 			});