소스 검색

debugging populateSelectTableRow

Eager Beaver 5 년 전
부모
커밋
1adb41fdb8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      web/tecant/crfPortal.js

+ 2 - 0
web/tecant/crfPortal.js

@@ -243,6 +243,8 @@ function populateTableRow(data,par,rowId){
 		print(par.config,"Field "+varName+" not found");
 		return;
 	}
+	print(par.config,"Using field "+field.name);
+	
 
 	if (!("lookup" in field)){
 		let entry=data.rows[0];