소스 검색

Change default approval of new batches to true.

Neal Wilson 10 년 전
부모
커밋
0a0489e366
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      config/Windows/newbatch.xml

+ 1
- 0
config/Windows/newbatch.xml 파일 보기

@@ -311,6 +311,7 @@
311 311
 			var notes = findChildObject(this, 'annotation');
312 312
 			var duration = findChildObject(this, 'duration');
313 313
 			var approval = findChildObject(this, 'approval');
314
+			approval.checked = true;
314 315
 			var target = findChildObject(this, 'target');
315 316
 			submitbutton.clicked.connect(function() {
316 317
 				checkQuery = new QSqlQuery();

Loading…
취소
저장