Преглед на файлове

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>";
    input.options[input.options.length]=opt;
 
+   //here the lookup is being populated (registrationData)
    let demoRows=config.formConfig['registrationData'].rows;
    pM.print(fName+" demoRows: "+demoRows.length);
    for (let i=0;i<demoRows.length;i++){