Ver código fonte

Making sure * is not forwarded into displayForms in participantPortal

Andrej Studen 3 meses atrás
pai
commit
0987780134
1 arquivos alterados com 1 adições e 1 exclusões
  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);
    }
 }