|
@@ -180,6 +180,8 @@ function afterSettings(data){
|
|
queryArray.push(makeQuery('config','crfMonitors','crfMonitors',[]));
|
|
queryArray.push(makeQuery('config','crfMonitors','crfMonitors',[]));
|
|
//crfSponsors
|
|
//crfSponsors
|
|
queryArray.push(makeQuery('config','crfSponsors','crfSponsors',[]));
|
|
queryArray.push(makeQuery('config','crfSponsors','crfSponsors',[]));
|
|
|
|
+ //crfManagers
|
|
|
|
+ queryArray.push(makeQuery('config','crfManagers','crfManagers',[]));
|
|
//FormStatus
|
|
//FormStatus
|
|
queryArray.push(makeQuery('config','FormStatus','formStatusg',[]));
|
|
queryArray.push(makeQuery('config','FormStatus','formStatusg',[]));
|
|
//site
|
|
//site
|
|
@@ -212,6 +214,7 @@ function addStudyData(){
|
|
|
|
|
|
|
|
|
|
function fcontinue(){
|
|
function fcontinue(){
|
|
|
|
+ let fName='[fcontinue]';
|
|
let formConfig=config.formConfig;
|
|
let formConfig=config.formConfig;
|
|
|
|
|
|
print("Number of study data entries: "+formConfig.studyData.rows.length);
|
|
print("Number of study data entries: "+formConfig.studyData.rows.length);
|
|
@@ -246,6 +249,7 @@ function fcontinue(){
|
|
//check for users that fit the role,
|
|
//check for users that fit the role,
|
|
//fRows lists all users for role
|
|
//fRows lists all users for role
|
|
let fRows=config.formConfig[fList].rows;
|
|
let fRows=config.formConfig[fList].rows;
|
|
|
|
+ print(fName+' candidates: '+fRows.length)
|
|
//current user must be in the list
|
|
//current user must be in the list
|
|
|
|
|
|
let currentUserRoles=new Array();
|
|
let currentUserRoles=new Array();
|