浏览代码

Modifying participantIdManager to allow for query/schema identification in registrationQuery crf setting

Andrej Studen 2 年之前
父节点
当前提交
56d921a33a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/crfTecant/participantIdManager.js

+ 1 - 0
web/crfTecant/participantIdManager.js

@@ -15,6 +15,7 @@ function addSelectOptions(){
    opt.text="<Select>";
    opt.text="<Select>";
    input.options[input.options.length]=opt;
    input.options[input.options.length]=opt;
 
 
+   //here the lookup is being populated (registrationData)
    let demoRows=config.formConfig['registrationData'].rows;
    let demoRows=config.formConfig['registrationData'].rows;
    pM.print(fName+" demoRows: "+demoRows.length);
    pM.print(fName+" demoRows: "+demoRows.length);
    for (let i=0;i<demoRows.length;i++){
    for (let i=0;i<demoRows.length;i++){