浏览代码

Making sure * is not forwarded into displayForms in participantPortal

Andrej Studen 3 月之前
父节点
当前提交
0987780134
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/crf/participantPortal.js

+ 1 - 1
web/crf/participantPortal.js

@@ -268,7 +268,7 @@ function(){
       }
       crfHTML.clear(cell);
       let forms=this.getParticipantArray(selectId,formId);
-      formPortal.displayForms(cell,forms,roleAndSite,formId,selectIdText,this.roleError);
+      formPortal.displayForms(cell,forms,roleAndSite,formId,selectId,this.roleError);
       this.print(fName+' ['+selectId+'/'+formId+'] forms '+forms.length);
    }
 }