|
@@ -416,8 +416,9 @@ function generateSection(formSetupEntry){
|
|
|
let qName=additionalData.queryName;
|
|
|
let dName=additionalData.divName;
|
|
|
|
|
|
+ let subsectionId='sub'+sectionId;
|
|
|
+ let subSetup=fullAccessSetup(subsectionId,qName);
|
|
|
|
|
|
- let subSetup=fullAccessSetup(sectionId,qName);
|
|
|
//only set master query for additionalData
|
|
|
subSetup.masterQuery=listName;
|
|
|
//if (readonly) setup=readonlySetup(config);
|
|
@@ -3199,7 +3200,7 @@ function setFormConfig(){
|
|
|
//add object to store form related data
|
|
|
config.formConfig=new Object();
|
|
|
|
|
|
- config.formConfig.softwareVersion='0.15.05';
|
|
|
+ config.formConfig.softwareVersion='0.15.06';
|
|
|
let debug=true;
|
|
|
|
|
|
if (debug)
|