From 06409c59800b88c9f66f31c4a94108e28c49e255 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Mon, 23 Oct 2023 10:13:01 -0700 Subject: [PATCH 01/44] clean up --- .gitignore | 12 +-- etl/debezium-jdbc/.classpath | 13 +++ .../target/classes/META-INF/MANIFEST.MF | 5 -- .../pom.properties | 7 -- .../kafka-connect-debezium-transforms/pom.xml | 81 ------------------ .../kafka/connect/transform/ToUpperCase.class | Bin 2201 -> 0 bytes ...nnect-debezium-transforms-1.0-SNAPSHOT.jar | Bin 4122 -> 0 bytes .../target/maven-archiver/pom.properties | 4 - .../compile/default-compile/createdFiles.lst | 1 - .../compile/default-compile/inputFiles.lst | 1 - 10 files changed, 19 insertions(+), 105 deletions(-) delete mode 100644 etl/debezium-jdbc/target/classes/META-INF/MANIFEST.MF delete mode 100644 etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.properties delete mode 100644 etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.xml delete mode 100644 etl/debezium-jdbc/target/classes/ca/bc/gov/epd/kafka/connect/transform/ToUpperCase.class delete mode 100644 etl/debezium-jdbc/target/kafka-connect-debezium-transforms-1.0-SNAPSHOT.jar delete mode 100644 etl/debezium-jdbc/target/maven-archiver/pom.properties delete mode 100644 etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst delete mode 100644 etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst diff --git a/.gitignore b/.gitignore index 9df77555..f8ec49f0 100644 --- a/.gitignore +++ b/.gitignore @@ -114,12 +114,12 @@ snyk.sarif # Docker/Podman volumes .volumes -backend/etl/debezium-jdbc/.settings/org.eclipse.m2e.core.prefs -backend/etl/debezium-jdbc/.settings/org.eclipse.jdt.core.prefs -backend/etl/debezium-jdbc/.settings/org.eclipse.core.resources.prefs -backend/etl/debezium-jdbc/.project -backend/etl/debezium-jdbc/.classpath -backend/etl/debezium-jdbc/target/ +./etl/debezium-jdbc/.settings/org.eclipse.m2e.core.prefs +etl/debezium-jdbc/.settings/org.eclipse.jdt.core.prefs +etl/debezium-jdbc/.settings/org.eclipse.core.resources.prefs +etl/debezium-jdbc/.project +etl/debezium-jdbc/.classpath +etl/debezium-jdbc/target/ notes/ diff --git a/etl/debezium-jdbc/.classpath b/etl/debezium-jdbc/.classpath index f3760625..fc43a693 100644 --- a/etl/debezium-jdbc/.classpath +++ b/etl/debezium-jdbc/.classpath @@ -31,6 +31,19 @@ + + + + + + + + + + + + + diff --git a/etl/debezium-jdbc/target/classes/META-INF/MANIFEST.MF b/etl/debezium-jdbc/target/classes/META-INF/MANIFEST.MF deleted file mode 100644 index c1f9f30c..00000000 --- a/etl/debezium-jdbc/target/classes/META-INF/MANIFEST.MF +++ /dev/null @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -Built-By: JaiseT -Build-Jdk: 17.0.5 -Created-By: Maven Integration for Eclipse - diff --git a/etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.properties b/etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.properties deleted file mode 100644 index c0b58698..00000000 --- a/etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Generated by Maven Integration for Eclipse -#Thu Jun 01 11:00:04 PDT 2023 -m2e.projectLocation=C\:\\Users\\JaiseT\\Documents\\EPD\\nr-epd-digital-services\\backend\\etl\\debezium-jdbc -m2e.projectName=kafka-connect-debezium-transforms -groupId=ca.bc.gov.nr-epd -artifactId=kafka-connect-debezium-transforms -version=1.0-SNAPSHOT diff --git a/etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.xml b/etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.xml deleted file mode 100644 index cca86583..00000000 --- a/etl/debezium-jdbc/target/classes/META-INF/maven/ca.bc.gov.nr-epd/kafka-connect-debezium-transforms/pom.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - 4.0.0 - - ca.bc.gov.nr-epd - kafka-connect-debezium-transforms - 1.0-SNAPSHOT - - kafka-connect-debezium-transforms - - - UTF-8 - - - - - org.apache.kafka - connect-transforms - 3.2.1 - provided - - - - - - - - - maven-clean-plugin - 3.1.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - - - \ No newline at end of file diff --git a/etl/debezium-jdbc/target/classes/ca/bc/gov/epd/kafka/connect/transform/ToUpperCase.class b/etl/debezium-jdbc/target/classes/ca/bc/gov/epd/kafka/connect/transform/ToUpperCase.class deleted file mode 100644 index 94dba3a8ebdc4fba5a8565f32fa52bb1670f3924..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2201 zcmbVN*>W326g}-tvOL(vv7Lk^IGZBbCX)>ak)n_|WFc}ETcnD|_PC`?EX_=fMyC7& zdnf2bltWn-YvH$1q~Zt^!dE>VQZdOMws3fr5k9ZIrq23-Hu3XzHRfsuF7VCba z6YGo%RYO=O@tf|Zj7qxF>21Fe$iz5Y8E`0De?#zg68k};v|2Gy84Jr&=LRqZF7;bZ z1`(K)QPeyTs28e3FRUwpFm^Yr7`Bub#=E8B=ph2x0y!yi*$>5y8wNX!Yu!8f< zJqaV<6Id)1|4va37jZd*OMUvZ^f}1u@R_71WSvaGK@qD0vqtzYWt{j{l}mm2PlH4? zRBZBJckn5$^7{7F!8VoNk^%*K4=rd{CepQ@2H={5>$pL^6JW3q`!N}}TMjK9`rh8Cz#m=h zrNx%w_Ney%R$wZyTg(5B>$Mn@{y#80Oss4!v5_rX)9^HgM`y`W&FXC-Rap0f6$TJ_U6|bq`8gG}IWXX5Q@H-}Ao!j1DJF diff --git a/etl/debezium-jdbc/target/kafka-connect-debezium-transforms-1.0-SNAPSHOT.jar b/etl/debezium-jdbc/target/kafka-connect-debezium-transforms-1.0-SNAPSHOT.jar deleted file mode 100644 index bc4b2bb2392e11d98eed23a850ab5112ca83227b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4122 zcmb_ec{tST7a#jXma;^VWl**;$kLA?BkLGx2qV!LBgBk5V@o${4RMpLEXg_|lCp$E zA;}Vj#JFX-NLh->ZB)23xt4CxeSXh9&+|U>{o{N-XPNh$_hSiXVdVq>fj|H#{Ju?8 z6-n3@0021Bj{yB346XH*Of8I*5&9OUMut|_V1yAB(bj4XR{}rdhAYXpw{?^vA>C?& zqXe)SLeUiQ%(tKn>8)sD-fnW_Jwg%w#0t_=+O0M+N|1ljCdbqoDB~)WM>=p2=~II& z36%w0c&au$Iy}k@u!M5}*N3cGM8wRbsu>u6L`N({CK|c!+N`H;>&0(Ju!M*1}DS!B--`lW|@j^fWY8!I4s6zlUTApLHZET zIHD__;I#<{FP&qx-(F}xEN&BLiSL~;Xs|N|Os^G;BPea&8rZ);e{Gi1-=!?F=h!|qGSz|fvSE^GHo z;)CKewad_IQ*)T&7T&IxU24QnA7rj%+`qp7fJ77lDG-rR(skf96;KgMZj2lt-H4G( zH&Ib;?BWxWigZ>z8vs1dCnRFOo#b8#-->uU4mO}hl`9KV5=e3yTvgB^GR^U_&Q(+R z>%L>t!UQKDjcN{~bhO5GqSv7psy(-5C(lep=3T73cJ!K@k1bIQH`aAIp$pl=(J$1_ z*%7T}fL9+re++gNFA9#M#3*lbRd{K(D9U1fF08hce#W&LY}L2t3I9zW2>_4o0U%2LbHetYC~Q#>-YJBmUm z6C9uj-5s55GTs#oyWp!6jUJOPZn#EEEb%l*x_UpBAHgMj_9Pr`vu zq@)HLvxCazJ3oN)PZa4KnI$@(&O&Dg^(V;#aZ_TQ?q3E>MrWE&UXO1+)}RUp3H06O zi~;v--5(_;sHP#8vv>T#9N%RDodyE1L-5{%k}$y=@&V`7*^1xW*WE39Wip`@^% zIn(jZ-mP8S9eOH7MNI0oGg1(9bqb3|)&#Garf+R~zEAfj;cT4DoQ86{_H-qwBP);7 z?WK>Qk=AUIzqEy4q+N{F{)vkzhkP@t9jN#gRPKrL$tWVsI_A_J3A22Cym6cZXwNLT zqi^~_wsUU(Fm+BkdfAkpwIisA(QA7S*ptC?0!41kX@BaO?J=2@Qa~{;pz=Z~> z#4>j8XcwpFsNnfYjb`oLBN8Zs#0c>*uKKe)4&*bugUYXYEdy&up`jiIIk0t&5WAS{qOMbo$yzyROZvvh^%s%c| zB6ss`&Uy$R;3+gV7^tD< zXz)R`4=jfIp6+Fn@AR|x+_~5O!&7H2>6d^$r9d?|cTcrAlTh+xrQuQyC@Nm2A2IUq z0KUgti#i4+ka+ZTv2v(T4OsKUP;v~3)#b)^$sI2mik*VE!4cv))KY3GgN$gIVzv2e~#_e zbk*VOv;$*=(=)b(9liNm=|Fz+QI4s`Uq|liq?;o}SY8{?oEE<1UT-cFyLeboys9zQ z*AqK5Uh%ZxaWFhPxeH~!!^1F_N8%97rdUh!W>GS=claYHLvL2X1}TNrXI7)Z1yIM; zlU#55xWam7{i4Q&#wXS}A!vgyP;? zH!W6?cl?XhDbb2Sj&LzgH!Y}Y7IW_WOt1aJ)C;#`z1)3IhTl>h_@(-{+RvvSaZAIN z8jvcO{(Jg@sk+`5K3DAevtZ9i<0s6ep}E(;aCX>wZEqybz#1_+W}v_s4QL=*&XdB? z`lh#-z+U@sM@sR{#dbq~qZe|iLJ2}#lK83-uEz%`d%ws6f$2@g@%iP_&+lG0z9?z4 ztrjUId9IGf0M|-FY)__2m6PtZ(nxI~E*@;AZ>|t895%gK@=+Ri$G^YHYpa_)KZxoO zZ`~&OYVh5=^Gx0>4Wg;SJI55kJ}GsFVrJ`0T&uI-S8@mLW_DenP#!&#a7W!mey+qu zW)h&iZGJl`m4(0lQTJy_RS7hBs{ZhCY2~1i@!HBjL0(-C2!BZ$d-?_Kh~xIV@_IA# zl07NXr@8fZ7BpjG2Hg(sIkW$5UR(q-J19T6T)1d^CB5OWzuQE-P)XpT=8{-;FcV`5tRHntI1{q~i@=8Ro4yIY8ab5l zv$_h`iScCyx=P(ZCokjq08{!Y>lrqKF?92?F<=kqpI=opBhw$pVd&^(V*rNepUV!uBh;h85lZzjUjpih7~cn zS^W%MzQ)w}6Q(s;x)~=!r>}8tVP1D*R#f}OrAe${0gOLH<9qOTFYjilFm(K~G1z?m z1>4Wx@#T1H!?IpOFm(Njkwd%b@%~Sh|IZ-bJlQJ|=)dI9F#5G$oyg_>e%GR(7xk?; nSs(pJvS1|va%cd@e-)iB5-j0tUuT#Xzzc|A1pv-)F#`PsdOf0} diff --git a/etl/debezium-jdbc/target/maven-archiver/pom.properties b/etl/debezium-jdbc/target/maven-archiver/pom.properties deleted file mode 100644 index 0b5e7432..00000000 --- a/etl/debezium-jdbc/target/maven-archiver/pom.properties +++ /dev/null @@ -1,4 +0,0 @@ -#Created by Apache Maven 3.9.1 -groupId=ca.bc.gov.nr-epd -artifactId=kafka-connect-debezium-transforms -version=1.0-SNAPSHOT diff --git a/etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 4acba289..00000000 --- a/etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1 +0,0 @@ -ca\bc\gov\epd\kafka\connect\transform\ToUpperCase.class diff --git a/etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 937c6fc2..00000000 --- a/etl/debezium-jdbc/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -C:\Users\JaiseT\Documents\EPD\nr-epd-digital-services\backend\etl\debezium-jdbc\src\main\java\ca\bc\gov\epd\kafka\connect\transform\ToUpperCase.java From aaab49ec612ed1b2f1e5cb29a0f12873774370dc Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 13:45:17 -0700 Subject: [PATCH 02/44] etl build pipeline --- .github/workflows/ci-cd-debezium-tools.yaml | 17 ++++++++--------- .gitignore | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index a2816dc0..3bcded4d 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -1,14 +1,13 @@ name: Continuous Integration And Deployment On Push to Tools #This is only for testing purpose and will be deleted in future. on: - workflow_dispatch: # TODO this is there for testing purposes, once the pipelines are all done, remove this + workflow_dispatch: push: branches: # - 'dev - - 'etl-debezium-poc' #test + - 'feat/srs-25-etl-deploy' #test paths: - - 'backend/**' - - 'frontend/**' + - 'etl/**' - '.github/workflows/ci-cd-debezium-tools.yaml' concurrency: @@ -21,12 +20,12 @@ jobs: uses: ./.github/workflows/_build.yml strategy: matrix: - component: [ backend/etl/debezium-jdbc ] + component: [ etl/debezium-jdbc, etl/debezium-postgis/15-3.3 ] include: - - component: backend/etl/debezium-jdbc - triggers: ('backend/etl/debezium-jdbc/') - - component: backend/etl/debezium-postgis/15-3.3 - triggers: ('backend/etl/debezium-postgis/15-3.3/') + - component:etl/debezium-jdbc + triggers: ('etl/debezium-jdbc/') + - component: etl/debezium-postgis/15-3.3 + triggers: ('etl/debezium-postgis/15-3.3/') secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.gitignore b/.gitignore index b7210d27..f8e1c96f 100644 --- a/.gitignore +++ b/.gitignore @@ -114,7 +114,7 @@ snyk.sarif # Docker/Podman volumes .volumes -./etl/debezium-jdbc/.settings/org.eclipse.m2e.core.prefs +etl/debezium-jdbc/.settings/org.eclipse.m2e.core.prefs etl/debezium-jdbc/.settings/org.eclipse.jdt.core.prefs etl/debezium-jdbc/.settings/org.eclipse.core.resources.prefs etl/debezium-jdbc/.project From c3b39ebabc3f0c735e3a398399a2d1bbffd75503 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 13:46:49 -0700 Subject: [PATCH 03/44] yaml error fix --- .github/workflows/ci-cd-debezium-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 3bcded4d..785a3837 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -24,7 +24,7 @@ jobs: include: - component:etl/debezium-jdbc triggers: ('etl/debezium-jdbc/') - - component: etl/debezium-postgis/15-3.3 + - component: etl/debezium-postgis/15-3.3 triggers: ('etl/debezium-postgis/15-3.3/') secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} From c2642bccecb036abb64bd58d4b6b74216cc7b126 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 13:48:10 -0700 Subject: [PATCH 04/44] yaml error fix --- .github/workflows/ci-cd-debezium-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 785a3837..2578b670 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -22,7 +22,7 @@ jobs: matrix: component: [ etl/debezium-jdbc, etl/debezium-postgis/15-3.3 ] include: - - component:etl/debezium-jdbc + - component: etl/debezium-jdbc triggers: ('etl/debezium-jdbc/') - component: etl/debezium-postgis/15-3.3 triggers: ('etl/debezium-postgis/15-3.3/') From bba38bf87f91558b6b943f8ca8a29b2aeedfdb28 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 20:36:18 -0700 Subject: [PATCH 05/44] custom build file for etl --- .github/workflows/_build_etl.yml | 138 ++++++++++++++++++++ .github/workflows/ci-cd-debezium-tools.yaml | 6 +- 2 files changed, 141 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/_build_etl.yml diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml new file mode 100644 index 00000000..f9ffb2a1 --- /dev/null +++ b/.github/workflows/_build_etl.yml @@ -0,0 +1,138 @@ +name: Build Image for ETL components + +on: + workflow_call: + inputs: + component: + type: string + required: true + description: Component, e.g. backend, frontend + img_build: + type: string + required: true + description: Default zone, usually pr# + img_fallback: + type: string + required: true + description: Where to pull default images from, e.g. prod, test + force_build: + type: string + required: false + default: "true" + repository: + type: string + required: false + default: ${{ github.repository }} + description: Optional, specify a repo to clone and build from + triggers: + type: string + required: false + default: "('.')" + description: Optional, specify paths to conditionally trigger a build, e.g. ('./backend/', './frontend/) + secrets: + gh_token: + required: true + description: Default github token (secrets.GITHUB_TOKEN) + outputs: + build: + description: True = build has changed + value: ${{ jobs.build.outputs.build }} + +env: + default_branch: ${{ github.event.repository.default_branch }} + +jobs: + build: + name: ${{ inputs.component }} + runs-on: ubuntu-22.04 + outputs: + build: ${{ steps.check.outputs.build }} + steps: + - uses: actions/checkout@v3 + with: + # Check out source repo + repository: ${{ github.repository }} + + # Check triggers to see if a build is required + # Returns jobs.check.outputs.build as a boolean (true/false) + - name: Check and process modified files + id: check + run: | + FORCE_BUILD=${{ inputs.force_build }} + if [[ $FORCE_BUILD == "true" ]] + then + # Output build=true for next steps + echo "build=true" >> $GITHUB_OUTPUT + exit 0 + fi + # Fetch default branch to diff against + git fetch origin ${{ env.default_branch }}:refs/remotes/origin/main + + # Trigger build if diff matches any triggers + TRIGGERS=${{ inputs.triggers }} + while read -r check + do + for t in "${TRIGGERS[@]}"; do + if [[ "${check}" =~ "${t}" ]] + then + # Output build=true for next steps + echo "build=true" >> $GITHUB_OUTPUT + echo -e "${t}\n --> ${check}\n" + exit 0 + fi + done + done < <(git diff origin/${{ env.default_branch }} --name-only) + + # Check that fallback tag exists, otherwise build + TOKEN=$(curl -s https://ghcr.io/token\?scope\="repository:${{ github.repository }}/${{ inputs.component }}:pull" | jq -r .token) + URL="https://ghcr.io/v2/${{ github.repository }}/${{ inputs.component }}/manifests/${{ inputs.img_fallback }}" + if [ $(curl -ILso /dev/null -w "%{http_code}" -H "Authorization: Bearer ${TOKEN}" "${URL}") -ne 200 ] + then + # Output build=true for next steps + echo "build=true" >> $GITHUB_OUTPUT + echo -e "\nBuilding image, since no fallback is available!" + exit 0 + fi + + # If at this point, no build is required + echo "build=false" >> $GITHUB_OUTPUT + echo "Container build not required" + + # If a build is not required, reuse a previous image + - name: Recycle/retag Previous Images + uses: shrink/actions-docker-registry-tag@v3 + if: steps.check.outputs.build != 'true' + with: + registry: ghcr.io + repository: ${{ github.repository }}/${{ inputs.component }} + target: ${{ inputs.img_fallback }} + tags: ${{ inputs.img_build }} + + # If a build is required, then create a new image + - uses: actions/checkout@v3 + with: + # Check out build repo + repository: ${{ inputs.repository }} + + - name: Set up Docker Buildx + if: steps.check.outputs.build == 'true' + uses: docker/setup-buildx-action@v2 + + - name: Log in to the Container registry + if: steps.check.outputs.build == 'true' + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.gh_token }} + + - name: Build and push ${{ inputs.component }} Docker image + if: steps.check.outputs.build == 'true' + uses: docker/build-push-action@v3.1.1 + with: + context: ./${{ inputs.component }}/ + push: true + tags: ghcr.io/${{ github.repository }}/${{ inputs.component }}:${{ inputs.img_build }} + cache-from: type=gha + cache-to: type=gha,mode=max + diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 2578b670..1c5c731c 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -17,7 +17,7 @@ concurrency: jobs: builds: name: Builds - uses: ./.github/workflows/_build.yml + uses: ./.github/workflows/_build_etl.yml strategy: matrix: component: [ etl/debezium-jdbc, etl/debezium-postgis/15-3.3 ] @@ -30,6 +30,6 @@ jobs: gh_token: ${{ secrets.GITHUB_TOKEN }} with: component: ${{ matrix.component }} - img_build: "tools" - img_fallback: tools + img_build: "etl-tools" + img_fallback: etl-tools triggers: ${{ matrix.triggers }} From 68d89d58c58e1865e4484d588add671feba3bb45 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 20:42:52 -0700 Subject: [PATCH 06/44] env var for debezium version --- .github/workflows/_build_etl.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index f9ffb2a1..d0c148d9 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -108,6 +108,12 @@ jobs: target: ${{ inputs.img_fallback }} tags: ${{ inputs.img_build }} + - name: Set ENV variables + id: set-variable + run: | + echo "DEBEZIUM_VERSION="1.9"" >> $GITHUB_ENV + shell: bash + # If a build is required, then create a new image - uses: actions/checkout@v3 with: From 8331a5441bd99364da3c9000995095ab3614a930 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 21:11:58 -0700 Subject: [PATCH 07/44] use env for vars --- .github/workflows/_build_etl.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index d0c148d9..e1588457 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -108,12 +108,6 @@ jobs: target: ${{ inputs.img_fallback }} tags: ${{ inputs.img_build }} - - name: Set ENV variables - id: set-variable - run: | - echo "DEBEZIUM_VERSION="1.9"" >> $GITHUB_ENV - shell: bash - # If a build is required, then create a new image - uses: actions/checkout@v3 with: @@ -141,4 +135,6 @@ jobs: tags: ghcr.io/${{ github.repository }}/${{ inputs.component }}:${{ inputs.img_build }} cache-from: type=gha cache-to: type=gha,mode=max + env: + DEBEZIUM_VERSION: "1.9" From 9ff7c017026df463f106c8f61902c8e950ab8ebe Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Tue, 24 Oct 2023 21:26:14 -0700 Subject: [PATCH 08/44] read vars from secrets --- .github/workflows/_build_etl.yml | 2 -- .github/workflows/ci-cd-openshift-tools.yaml | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index e1588457..f9ffb2a1 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -135,6 +135,4 @@ jobs: tags: ghcr.io/${{ github.repository }}/${{ inputs.component }}:${{ inputs.img_build }} cache-from: type=gha cache-to: type=gha,mode=max - env: - DEBEZIUM_VERSION: "1.9" diff --git a/.github/workflows/ci-cd-openshift-tools.yaml b/.github/workflows/ci-cd-openshift-tools.yaml index de2ab93c..007c9622 100644 --- a/.github/workflows/ci-cd-openshift-tools.yaml +++ b/.github/workflows/ci-cd-openshift-tools.yaml @@ -11,6 +11,14 @@ on: - 'frontend/**' - '.github/workflows/ci-cd-openshift-tools.yaml' +env: + DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} + ORACLE_JDBC_VERSION: ${{ secrets.ORACLE_JDBC_VERSION }} + ORACLE_JDBC_MD5: ${{ secrets.ORACLE_JDBC_MD5 }} + KAFKA_JDBC_VERSION: ${{ secrets.KAFKA_JDBC_VERSION }} + ORACLE_DB_HOST: ${{ secrets.ORACLE_DB_HOST }} + ORACLE_DB_PORT: ${{ secrets.ORACLE_DB_PORT }} + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true From 61177d34d29f5f539e6ab9e8dab10738fe40e42a Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Wed, 25 Oct 2023 11:03:04 -0700 Subject: [PATCH 09/44] var change --- .github/workflows/ci-cd-debezium-tools.yaml | 8 ++++++++ .github/workflows/ci-cd-openshift-tools.yaml | 10 +--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 1c5c731c..b5311f99 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -10,6 +10,14 @@ on: - 'etl/**' - '.github/workflows/ci-cd-debezium-tools.yaml' +env: + DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} + ORACLE_JDBC_VERSION: ${{ secrets.ORACLE_JDBC_VERSION }} + ORACLE_JDBC_MD5: ${{ secrets.ORACLE_JDBC_MD5 }} + KAFKA_JDBC_VERSION: ${{ secrets.KAFKA_JDBC_VERSION }} + ORACLE_DB_HOST: ${{ secrets.ORACLE_DB_HOST }} + ORACLE_DB_PORT: ${{ secrets.ORACLE_DB_PORT }} + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/ci-cd-openshift-tools.yaml b/.github/workflows/ci-cd-openshift-tools.yaml index 007c9622..f2cb7b58 100644 --- a/.github/workflows/ci-cd-openshift-tools.yaml +++ b/.github/workflows/ci-cd-openshift-tools.yaml @@ -9,15 +9,7 @@ on: paths: - 'backend/**' - 'frontend/**' - - '.github/workflows/ci-cd-openshift-tools.yaml' - -env: - DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} - ORACLE_JDBC_VERSION: ${{ secrets.ORACLE_JDBC_VERSION }} - ORACLE_JDBC_MD5: ${{ secrets.ORACLE_JDBC_MD5 }} - KAFKA_JDBC_VERSION: ${{ secrets.KAFKA_JDBC_VERSION }} - ORACLE_DB_HOST: ${{ secrets.ORACLE_DB_HOST }} - ORACLE_DB_PORT: ${{ secrets.ORACLE_DB_PORT }} + - '.github/workflows/ci-cd-openshift-tools.yaml' concurrency: group: ${{ github.workflow }}-${{ github.ref }} From 8cf045716896755ba2f422f86abe544b9b6eb7d3 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Wed, 25 Oct 2023 11:10:32 -0700 Subject: [PATCH 10/44] read etl env --- .github/workflows/ci-cd-debezium-tools.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index b5311f99..1ee11eae 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -41,3 +41,4 @@ jobs: img_build: "etl-tools" img_fallback: etl-tools triggers: ${{ matrix.triggers }} + environment: etl-dev From fc34c84e9248351d5af741f09b67c1a0f7af723e Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Wed, 25 Oct 2023 11:11:54 -0700 Subject: [PATCH 11/44] updated env --- .github/workflows/ci-cd-debezium-tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 1ee11eae..ee916209 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -24,7 +24,8 @@ concurrency: jobs: builds: - name: Builds + name: Builds + environment: etl-dev uses: ./.github/workflows/_build_etl.yml strategy: matrix: @@ -41,4 +42,3 @@ jobs: img_build: "etl-tools" img_fallback: etl-tools triggers: ${{ matrix.triggers }} - environment: etl-dev From ad01fc35e88d1463117fe2f22f8d8ec76be21833 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Wed, 25 Oct 2023 11:14:48 -0700 Subject: [PATCH 12/44] fix env --- .github/workflows/_build_etl.yml | 3 ++- .github/workflows/ci-cd-debezium-tools.yaml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index f9ffb2a1..fcf9d16f 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -44,7 +44,8 @@ env: jobs: build: name: ${{ inputs.component }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.04 + environment: etl-dev outputs: build: ${{ steps.check.outputs.build }} steps: diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index ee916209..b5311f99 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -24,8 +24,7 @@ concurrency: jobs: builds: - name: Builds - environment: etl-dev + name: Builds uses: ./.github/workflows/_build_etl.yml strategy: matrix: From 3cd5b419859391ddfc527a449d87c9274154aa85 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Wed, 25 Oct 2023 12:32:01 -0700 Subject: [PATCH 13/44] env fix --- .github/workflows/_build_etl.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index fcf9d16f..97eaca9a 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -54,6 +54,14 @@ jobs: # Check out source repo repository: ${{ github.repository }} + - name: Set ENV variables + id: set-variable + # make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready + run: | + echo "For ${{ github.ref_name }} branch for Tools" + echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV + shell: bash + # Check triggers to see if a build is required # Returns jobs.check.outputs.build as a boolean (true/false) - name: Check and process modified files From bc5625ae40ad76f9bee09ea7328dc9faa9e49d63 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Wed, 25 Oct 2023 12:43:31 -0700 Subject: [PATCH 14/44] trial n error --- .github/workflows/_build_etl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index 97eaca9a..4cdd4ab9 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -60,6 +60,7 @@ jobs: run: | echo "For ${{ github.ref_name }} branch for Tools" echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV + echo "Finished setting environment shell: bash # Check triggers to see if a build is required From 42574eff0c78f09b0930cbba4ce30f9a3a770781 Mon Sep 17 00:00:00 2001 From: Twinkle Joseph Date: Thu, 26 Oct 2023 09:13:05 -0700 Subject: [PATCH 15/44] debug --- .github/workflows/_build_etl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index 4cdd4ab9..bb391bf6 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -54,7 +54,7 @@ jobs: # Check out source repo repository: ${{ github.repository }} - - name: Set ENV variables + - name: Set ENV variables - Why I get skipped ? id: set-variable # make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready run: | From ae0af4ac9fb9d9679f3d03de0e52869f9dfb877c Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 09:27:15 -0700 Subject: [PATCH 16/44] another test --- .github/workflows/ci-cd-debezium-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index b5311f99..41661034 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -1,4 +1,4 @@ -name: Continuous Integration And Deployment On Push to Tools +name: CI CD Pipeline for Debezium #This is only for testing purpose and will be deleted in future. on: workflow_dispatch: From 88b1e11030dee3beaad36f096c45fb5412bbf7bf Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 09:31:27 -0700 Subject: [PATCH 17/44] another test --- .github/workflows/_build_etl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index bb391bf6..5cc77f5f 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -54,13 +54,13 @@ jobs: # Check out source repo repository: ${{ github.repository }} - - name: Set ENV variables - Why I get skipped ? + - name: Set ENV variables id: set-variable # make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready run: | echo "For ${{ github.ref_name }} branch for Tools" echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV - echo "Finished setting environment + echo "Finished setting environment" shell: bash # Check triggers to see if a build is required From fdb34c38a504650aabdb63ffff204437742b6f8c Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 09:38:54 -0700 Subject: [PATCH 18/44] cleanup --- .github/workflows/_build_etl.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index 5cc77f5f..97eaca9a 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -60,7 +60,6 @@ jobs: run: | echo "For ${{ github.ref_name }} branch for Tools" echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV - echo "Finished setting environment" shell: bash # Check triggers to see if a build is required From 66e04855b24e35cc64be34431fd4ea0555a63dc7 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 09:47:29 -0700 Subject: [PATCH 19/44] added more build files --- .github/workflows/ci-cd-debezium-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 41661034..7f258190 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -8,7 +8,7 @@ on: - 'feat/srs-25-etl-deploy' #test paths: - 'etl/**' - - '.github/workflows/ci-cd-debezium-tools.yaml' + - '.github/workflows/**' env: DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} From 274e2454a9580a457b297ee84e761111dd8a8e55 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 09:50:45 -0700 Subject: [PATCH 20/44] print deb version --- .github/workflows/_build_etl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index 97eaca9a..82202fab 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -60,6 +60,7 @@ jobs: run: | echo "For ${{ github.ref_name }} branch for Tools" echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV + echo "${{secrets.DEBEZIUM_VERSION}}" shell: bash # Check triggers to see if a build is required From 9d8d0f1b65868f4381e157a2e40368abe6c9a5b9 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 10:02:36 -0700 Subject: [PATCH 21/44] yet another change --- .github/workflows/ci-cd-debezium-tools.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 7f258190..66853ee9 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -8,15 +8,7 @@ on: - 'feat/srs-25-etl-deploy' #test paths: - 'etl/**' - - '.github/workflows/**' - -env: - DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} - ORACLE_JDBC_VERSION: ${{ secrets.ORACLE_JDBC_VERSION }} - ORACLE_JDBC_MD5: ${{ secrets.ORACLE_JDBC_MD5 }} - KAFKA_JDBC_VERSION: ${{ secrets.KAFKA_JDBC_VERSION }} - ORACLE_DB_HOST: ${{ secrets.ORACLE_DB_HOST }} - ORACLE_DB_PORT: ${{ secrets.ORACLE_DB_PORT }} + - '.github/workflows/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -35,8 +27,9 @@ jobs: - component: etl/debezium-postgis/15-3.3 triggers: ('etl/debezium-postgis/15-3.3/') secrets: - gh_token: ${{ secrets.GITHUB_TOKEN }} + DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} with: + environment: etl_dev component: ${{ matrix.component }} img_build: "etl-tools" img_fallback: etl-tools From 6dd12cd7f3d4a3b60eab29457ca5cb1618faafb4 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 10:04:01 -0700 Subject: [PATCH 22/44] token fix --- .github/workflows/ci-cd-debezium-tools.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 66853ee9..924a955d 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -27,6 +27,7 @@ jobs: - component: etl/debezium-postgis/15-3.3 triggers: ('etl/debezium-postgis/15-3.3/') secrets: + gh_token: ${{ secrets.GITHUB_TOKEN }} DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} with: environment: etl_dev From 27c2241aed780541fb73cd2a63557d59e901732c Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 10:07:22 -0700 Subject: [PATCH 23/44] define secret --- .github/workflows/_build_etl.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml index 82202fab..01a0d95b 100644 --- a/.github/workflows/_build_etl.yml +++ b/.github/workflows/_build_etl.yml @@ -33,6 +33,9 @@ on: gh_token: required: true description: Default github token (secrets.GITHUB_TOKEN) + DEBEZIUM_VERSION: + required: true + description: Debezium Version (secrets.DEBEZIUM_VERSION) outputs: build: description: True = build has changed From 9f36426712ed4e8fd28808f973456b2269a1117c Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 26 Oct 2023 10:11:43 -0700 Subject: [PATCH 24/44] remove env --- .github/workflows/ci-cd-debezium-tools.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml index 924a955d..5370d9e6 100644 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ b/.github/workflows/ci-cd-debezium-tools.yaml @@ -30,7 +30,6 @@ jobs: gh_token: ${{ secrets.GITHUB_TOKEN }} DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} with: - environment: etl_dev component: ${{ matrix.component }} img_build: "etl-tools" img_fallback: etl-tools From 8cebd0a571ed1e76f2c477f7fe0aad31834d3ca3 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Mon, 20 Nov 2023 06:08:27 -0800 Subject: [PATCH 25/44] remove custom docker builds --- .github/workflows/_build_etl.yml | 151 -------------------- .github/workflows/ci-cd-debezium-tools.yaml | 36 ----- 2 files changed, 187 deletions(-) delete mode 100644 .github/workflows/_build_etl.yml delete mode 100644 .github/workflows/ci-cd-debezium-tools.yaml diff --git a/.github/workflows/_build_etl.yml b/.github/workflows/_build_etl.yml deleted file mode 100644 index 01a0d95b..00000000 --- a/.github/workflows/_build_etl.yml +++ /dev/null @@ -1,151 +0,0 @@ -name: Build Image for ETL components - -on: - workflow_call: - inputs: - component: - type: string - required: true - description: Component, e.g. backend, frontend - img_build: - type: string - required: true - description: Default zone, usually pr# - img_fallback: - type: string - required: true - description: Where to pull default images from, e.g. prod, test - force_build: - type: string - required: false - default: "true" - repository: - type: string - required: false - default: ${{ github.repository }} - description: Optional, specify a repo to clone and build from - triggers: - type: string - required: false - default: "('.')" - description: Optional, specify paths to conditionally trigger a build, e.g. ('./backend/', './frontend/) - secrets: - gh_token: - required: true - description: Default github token (secrets.GITHUB_TOKEN) - DEBEZIUM_VERSION: - required: true - description: Debezium Version (secrets.DEBEZIUM_VERSION) - outputs: - build: - description: True = build has changed - value: ${{ jobs.build.outputs.build }} - -env: - default_branch: ${{ github.event.repository.default_branch }} - -jobs: - build: - name: ${{ inputs.component }} - runs-on: ubuntu-22.04 - environment: etl-dev - outputs: - build: ${{ steps.check.outputs.build }} - steps: - - uses: actions/checkout@v3 - with: - # Check out source repo - repository: ${{ github.repository }} - - - name: Set ENV variables - id: set-variable - # make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready - run: | - echo "For ${{ github.ref_name }} branch for Tools" - echo "DEBEZIUM_VERSION=${{secrets.DEBEZIUM_VERSION}}" >> $GITHUB_ENV - echo "${{secrets.DEBEZIUM_VERSION}}" - shell: bash - - # Check triggers to see if a build is required - # Returns jobs.check.outputs.build as a boolean (true/false) - - name: Check and process modified files - id: check - run: | - FORCE_BUILD=${{ inputs.force_build }} - if [[ $FORCE_BUILD == "true" ]] - then - # Output build=true for next steps - echo "build=true" >> $GITHUB_OUTPUT - exit 0 - fi - # Fetch default branch to diff against - git fetch origin ${{ env.default_branch }}:refs/remotes/origin/main - - # Trigger build if diff matches any triggers - TRIGGERS=${{ inputs.triggers }} - while read -r check - do - for t in "${TRIGGERS[@]}"; do - if [[ "${check}" =~ "${t}" ]] - then - # Output build=true for next steps - echo "build=true" >> $GITHUB_OUTPUT - echo -e "${t}\n --> ${check}\n" - exit 0 - fi - done - done < <(git diff origin/${{ env.default_branch }} --name-only) - - # Check that fallback tag exists, otherwise build - TOKEN=$(curl -s https://ghcr.io/token\?scope\="repository:${{ github.repository }}/${{ inputs.component }}:pull" | jq -r .token) - URL="https://ghcr.io/v2/${{ github.repository }}/${{ inputs.component }}/manifests/${{ inputs.img_fallback }}" - if [ $(curl -ILso /dev/null -w "%{http_code}" -H "Authorization: Bearer ${TOKEN}" "${URL}") -ne 200 ] - then - # Output build=true for next steps - echo "build=true" >> $GITHUB_OUTPUT - echo -e "\nBuilding image, since no fallback is available!" - exit 0 - fi - - # If at this point, no build is required - echo "build=false" >> $GITHUB_OUTPUT - echo "Container build not required" - - # If a build is not required, reuse a previous image - - name: Recycle/retag Previous Images - uses: shrink/actions-docker-registry-tag@v3 - if: steps.check.outputs.build != 'true' - with: - registry: ghcr.io - repository: ${{ github.repository }}/${{ inputs.component }} - target: ${{ inputs.img_fallback }} - tags: ${{ inputs.img_build }} - - # If a build is required, then create a new image - - uses: actions/checkout@v3 - with: - # Check out build repo - repository: ${{ inputs.repository }} - - - name: Set up Docker Buildx - if: steps.check.outputs.build == 'true' - uses: docker/setup-buildx-action@v2 - - - name: Log in to the Container registry - if: steps.check.outputs.build == 'true' - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.gh_token }} - - - name: Build and push ${{ inputs.component }} Docker image - if: steps.check.outputs.build == 'true' - uses: docker/build-push-action@v3.1.1 - with: - context: ./${{ inputs.component }}/ - push: true - tags: ghcr.io/${{ github.repository }}/${{ inputs.component }}:${{ inputs.img_build }} - cache-from: type=gha - cache-to: type=gha,mode=max - diff --git a/.github/workflows/ci-cd-debezium-tools.yaml b/.github/workflows/ci-cd-debezium-tools.yaml deleted file mode 100644 index 5370d9e6..00000000 --- a/.github/workflows/ci-cd-debezium-tools.yaml +++ /dev/null @@ -1,36 +0,0 @@ -name: CI CD Pipeline for Debezium -#This is only for testing purpose and will be deleted in future. -on: - workflow_dispatch: - push: - branches: - # - 'dev - - 'feat/srs-25-etl-deploy' #test - paths: - - 'etl/**' - - '.github/workflows/**' - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - builds: - name: Builds - uses: ./.github/workflows/_build_etl.yml - strategy: - matrix: - component: [ etl/debezium-jdbc, etl/debezium-postgis/15-3.3 ] - include: - - component: etl/debezium-jdbc - triggers: ('etl/debezium-jdbc/') - - component: etl/debezium-postgis/15-3.3 - triggers: ('etl/debezium-postgis/15-3.3/') - secrets: - gh_token: ${{ secrets.GITHUB_TOKEN }} - DEBEZIUM_VERSION: ${{ secrets.DEBEZIUM_VERSION }} - with: - component: ${{ matrix.component }} - img_build: "etl-tools" - img_fallback: etl-tools - triggers: ${{ matrix.triggers }} From 9b8cd1d3000434d8e274dc9a69b77fa81ccf5841 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Mon, 20 Nov 2023 06:18:10 -0800 Subject: [PATCH 26/44] workflow for jdbc connect --- .github/workflows/cd-debezium-jdbc.yaml | 83 +++++++++++++++++++ .../templates/etl/debezium-jdbc.build.yaml | 2 +- 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/cd-debezium-jdbc.yaml diff --git a/.github/workflows/cd-debezium-jdbc.yaml b/.github/workflows/cd-debezium-jdbc.yaml new file mode 100644 index 00000000..5d6722d0 --- /dev/null +++ b/.github/workflows/cd-debezium-jdbc.yaml @@ -0,0 +1,83 @@ +name: debezium-jdbc + +on: + workflow_dispatch: + inputs: + START_BUILD: + required: true + type: boolean + description: This value is ignored, just to trigger dispatch. + push: + branches: + - dev + - main + - feat/srs-25-etl-deploy + paths: + - 'etl/**' + - '.github/workflows/**' + +defaults: + run: + shell: bash + working-directory: ./etl/debezium-jdbc +env: + APP_NAME: "debezium-jdbc" + +jobs: + forms-flow-ai-bpm-cd-by-push: + runs-on: ubuntu-20.04 + + if: github.repository == 'bcgov/nr-epd-digital-services' + steps: + - uses: actions/checkout@v2 + - name: Set ENV variables + id: set-variable + # make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready + run: | + if [ '${{ github.ref_name }}' == 'dev' ]; then + echo "For ${{ github.ref_name }} branch" + echo "TOOLS_NAME=${{secrets.OC_ETL_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV + echo "TAG_NAME="dev"" >> $GITHUB_ENV + echo "BRANCH_NAME="dev"" >> $GITHUB_ENV + echo "ENV_NAME="dev"" >> $GITHUB_ENV + elif [ '${{ github.ref_name }}' == 'main' ]; then + echo "For ${{ github.ref_name }} branch" + echo "TOOLS_NAME=${{secrets.OC_ETL_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV + echo "TAG_NAME="test"" >> $GITHUB_ENV + echo "BRANCH_NAME="main"" >> $GITHUB_ENV + echo "ENV_NAME="test"" >> $GITHUB_ENV + else + echo "For ${{ github.ref_name }} branch, defaulting to dev values" + echo "TOOLS_NAME=${{secrets.OC_ETL_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV + echo "TAG_NAME="dev"" >> $GITHUB_ENV + echo "BRANCH_NAME="dev"" >> $GITHUB_ENV + fi + shell: bash + + - name: Login Openshift + shell: bash + run: | + oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_TOKEN}} + + - name: Tools project + shell: bash + run: | + oc project ${{ secrets.OC_ETL_NAMESPACE_NAMEPLATE }}-tools + + # Build from either dev or main branch as appropriate + - name: Build from ${{ env.BRANCH_NAME }} branch + shell: bash + run: | + oc patch bc/${{ env.APP_NAME }}-build -p '{"spec":{"source":{"git":{"ref":"${{ env.BRANCH_NAME }}"}}}}' + + - name: Start Build Openshift + shell: bash + run: | + oc start-build ${{ env.APP_NAME }}-build --wait + + + - name: Tag+Deploy for ${{ env.TAG_NAME }} + shell: bash + run: | + oc tag ${{ env.APP_NAME }}:latest ${{ env.APP_NAME }}:${{ env.TAG_NAME }} + diff --git a/openshift/templates/etl/debezium-jdbc.build.yaml b/openshift/templates/etl/debezium-jdbc.build.yaml index 6c992d99..d1f66737 100644 --- a/openshift/templates/etl/debezium-jdbc.build.yaml +++ b/openshift/templates/etl/debezium-jdbc.build.yaml @@ -60,7 +60,7 @@ parameters: displayName: Git Reference description: The git reference or branch. required: true - value: feat/srs-26 + value: dev - name: SOURCE_CONTEXT_DIR displayName: Source Context Directory description: The source context directory. From 787ca8dcf976a699df57a6a7870e27c7d9e91cd8 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Mon, 20 Nov 2023 06:24:42 -0800 Subject: [PATCH 27/44] update job name --- .github/workflows/cd-debezium-jdbc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-debezium-jdbc.yaml b/.github/workflows/cd-debezium-jdbc.yaml index 5d6722d0..0b44b465 100644 --- a/.github/workflows/cd-debezium-jdbc.yaml +++ b/.github/workflows/cd-debezium-jdbc.yaml @@ -24,7 +24,7 @@ env: APP_NAME: "debezium-jdbc" jobs: - forms-flow-ai-bpm-cd-by-push: + etl-debezium-jdbc-cd-by-push: runs-on: ubuntu-20.04 if: github.repository == 'bcgov/nr-epd-digital-services' From 630fe3aff80ee6cdc8642decef1a850aac78e446 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Mon, 20 Nov 2023 06:32:14 -0800 Subject: [PATCH 28/44] use etl token - temp fix --- .github/workflows/cd-debezium-jdbc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-debezium-jdbc.yaml b/.github/workflows/cd-debezium-jdbc.yaml index 0b44b465..1903a758 100644 --- a/.github/workflows/cd-debezium-jdbc.yaml +++ b/.github/workflows/cd-debezium-jdbc.yaml @@ -57,7 +57,7 @@ jobs: - name: Login Openshift shell: bash run: | - oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_TOKEN}} + oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_ETL_TOKEN}} - name: Tools project shell: bash From 84981c21989b59ea549b66dbee437586d4c407c6 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Mon, 20 Nov 2023 06:46:33 -0800 Subject: [PATCH 29/44] workflow for postgis customized for debezium --- .github/workflows/cd-debezium-postgis.yaml | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 .github/workflows/cd-debezium-postgis.yaml diff --git a/.github/workflows/cd-debezium-postgis.yaml b/.github/workflows/cd-debezium-postgis.yaml new file mode 100644 index 00000000..cf835b94 --- /dev/null +++ b/.github/workflows/cd-debezium-postgis.yaml @@ -0,0 +1,83 @@ +name: debezium-postgis Custom + +on: + workflow_dispatch: + inputs: + START_BUILD: + required: true + type: boolean + description: This value is ignored, just to trigger dispatch. + push: + branches: + - dev + - main + - feat/srs-25-etl-deploy + paths: + - 'etl/**' + - '.github/workflows/**' + +defaults: + run: + shell: bash + working-directory: ./etl/debezium-postgis +env: + APP_NAME: "debezium-postgis" + +jobs: + etl-debezium-postgis-cd-by-push: + runs-on: ubuntu-20.04 + + if: github.repository == 'bcgov/nr-epd-digital-services' + steps: + - uses: actions/checkout@v2 + - name: Set ENV variables + id: set-variable + # make sure to update the TOOLS_NAME once all the environment for forms-flow-ai-web is ready + run: | + if [ '${{ github.ref_name }}' == 'dev' ]; then + echo "For ${{ github.ref_name }} branch" + echo "TOOLS_NAME=${{secrets.OC_ETL_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV + echo "TAG_NAME="dev"" >> $GITHUB_ENV + echo "BRANCH_NAME="dev"" >> $GITHUB_ENV + echo "ENV_NAME="dev"" >> $GITHUB_ENV + elif [ '${{ github.ref_name }}' == 'main' ]; then + echo "For ${{ github.ref_name }} branch" + echo "TOOLS_NAME=${{secrets.OC_ETL_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV + echo "TAG_NAME="test"" >> $GITHUB_ENV + echo "BRANCH_NAME="main"" >> $GITHUB_ENV + echo "ENV_NAME="test"" >> $GITHUB_ENV + else + echo "For ${{ github.ref_name }} branch, defaulting to dev values" + echo "TOOLS_NAME=${{secrets.OC_ETL_NAMESPACE_NAMEPLATE}}" >> $GITHUB_ENV + echo "TAG_NAME="dev"" >> $GITHUB_ENV + echo "BRANCH_NAME="dev"" >> $GITHUB_ENV + fi + shell: bash + + - name: Login Openshift + shell: bash + run: | + oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_ETL_TOKEN}} + + - name: Tools project + shell: bash + run: | + oc project ${{ secrets.OC_ETL_NAMESPACE_NAMEPLATE }}-tools + + # Build from either dev or main branch as appropriate + - name: Build from ${{ env.BRANCH_NAME }} branch + shell: bash + run: | + oc patch bc/${{ env.APP_NAME }}-build -p '{"spec":{"source":{"git":{"ref":"${{ env.BRANCH_NAME }}"}}}}' + + - name: Start Build Openshift + shell: bash + run: | + oc start-build ${{ env.APP_NAME }}-build --wait + + + - name: Tag+Deploy for ${{ env.TAG_NAME }} + shell: bash + run: | + oc tag ${{ env.APP_NAME }}:latest ${{ env.APP_NAME }}:${{ env.TAG_NAME }} + From 683c32a721618b0fbca5787666a85a2001facda9 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Mon, 20 Nov 2023 10:15:42 -0800 Subject: [PATCH 30/44] update service account token --- .github/workflows/cd-debezium-jdbc.yaml | 2 +- .github/workflows/cd-debezium-postgis.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-debezium-jdbc.yaml b/.github/workflows/cd-debezium-jdbc.yaml index 1903a758..0b44b465 100644 --- a/.github/workflows/cd-debezium-jdbc.yaml +++ b/.github/workflows/cd-debezium-jdbc.yaml @@ -57,7 +57,7 @@ jobs: - name: Login Openshift shell: bash run: | - oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_ETL_TOKEN}} + oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_TOKEN}} - name: Tools project shell: bash diff --git a/.github/workflows/cd-debezium-postgis.yaml b/.github/workflows/cd-debezium-postgis.yaml index cf835b94..53138de3 100644 --- a/.github/workflows/cd-debezium-postgis.yaml +++ b/.github/workflows/cd-debezium-postgis.yaml @@ -57,7 +57,7 @@ jobs: - name: Login Openshift shell: bash run: | - oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_ETL_TOKEN}} + oc login --server=${{secrets.OC_SERVER}} --token=${{secrets.OC_TOKEN}} - name: Tools project shell: bash From 3db79702bc48323cbc82720767c3030dce30c4fb Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 30 Nov 2023 00:00:57 -0800 Subject: [PATCH 31/44] env specific build for jdbc and branch change --- .github/workflows/cd-debezium-jdbc.yaml | 8 +------- openshift/templates/etl/debezium-jdbc.build.yaml | 13 +++++++++---- openshift/templates/etl/debezium-jdbc.deploy.yaml | 2 +- openshift/templates/etl/debezium-postgis.build.yaml | 2 +- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cd-debezium-jdbc.yaml b/.github/workflows/cd-debezium-jdbc.yaml index 0b44b465..f09f6df5 100644 --- a/.github/workflows/cd-debezium-jdbc.yaml +++ b/.github/workflows/cd-debezium-jdbc.yaml @@ -73,11 +73,5 @@ jobs: - name: Start Build Openshift shell: bash run: | - oc start-build ${{ env.APP_NAME }}-build --wait - - - - name: Tag+Deploy for ${{ env.TAG_NAME }} - shell: bash - run: | - oc tag ${{ env.APP_NAME }}:latest ${{ env.APP_NAME }}:${{ env.TAG_NAME }} + oc start-build ${{ env.APP_NAME }}-${{ env.TAG_NAME }}-build --wait diff --git a/openshift/templates/etl/debezium-jdbc.build.yaml b/openshift/templates/etl/debezium-jdbc.build.yaml index d1f66737..76e80c6c 100644 --- a/openshift/templates/etl/debezium-jdbc.build.yaml +++ b/openshift/templates/etl/debezium-jdbc.build.yaml @@ -2,7 +2,7 @@ kind: Template apiVersion: template.openshift.io/v1 metadata: - name: "${API_NAME}-build-template" + name: "${API_NAME}-${ENV_TAG}-build-template" creationTimestamp: objects: - kind: ImageStream @@ -12,9 +12,9 @@ objects: - kind: BuildConfig apiVersion: v1 metadata: - name: "${API_NAME}-build" + name: "${API_NAME}-${ENV_TAG}-build" labels: - app: "${API_NAME}-build" + app: "${API_NAME}-${ENV_TAG}-build" spec: runPolicy: Serial source: @@ -44,13 +44,18 @@ objects: output: to: kind: ImageStreamTag - name: "${API_NAME}:latest" + name: "${API_NAME}:${ENV_TAG}" parameters: - name: API_NAME displayName: Name description: The name assigned to all of the resources defined in this template. required: true value: debezium-jdbc +- name: ENV_TAG + displayName: Environment name + description: The name of the environment, in build names and image stream tags + required: true + value: dev - name: GIT_REPO_URL displayName: Git Repo URL description: The URL to your GIT repo. diff --git a/openshift/templates/etl/debezium-jdbc.deploy.yaml b/openshift/templates/etl/debezium-jdbc.deploy.yaml index b3121d70..a19e57fd 100644 --- a/openshift/templates/etl/debezium-jdbc.deploy.yaml +++ b/openshift/templates/etl/debezium-jdbc.deploy.yaml @@ -148,4 +148,4 @@ parameters: displayName: Environment TAG name description: The TAG name for this environment, e.g., dev, test, prod required: true - value: latest \ No newline at end of file + value: dev \ No newline at end of file diff --git a/openshift/templates/etl/debezium-postgis.build.yaml b/openshift/templates/etl/debezium-postgis.build.yaml index 3548d589..af19ae99 100644 --- a/openshift/templates/etl/debezium-postgis.build.yaml +++ b/openshift/templates/etl/debezium-postgis.build.yaml @@ -46,7 +46,7 @@ parameters: displayName: Git Reference description: The git reference or branch. required: true - value: feat/srs-26 + value: dev - name: SOURCE_CONTEXT_DIR displayName: Source Context Directory description: The source context directory. From a96bb4109d745315e5d9b2e5cb9b3af1a070c9db Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 30 Nov 2023 00:05:42 -0800 Subject: [PATCH 32/44] remove the patch step --- .github/workflows/cd-debezium-postgis.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/cd-debezium-postgis.yaml b/.github/workflows/cd-debezium-postgis.yaml index 53138de3..ef0b1c1a 100644 --- a/.github/workflows/cd-debezium-postgis.yaml +++ b/.github/workflows/cd-debezium-postgis.yaml @@ -63,13 +63,7 @@ jobs: shell: bash run: | oc project ${{ secrets.OC_ETL_NAMESPACE_NAMEPLATE }}-tools - - # Build from either dev or main branch as appropriate - - name: Build from ${{ env.BRANCH_NAME }} branch - shell: bash - run: | - oc patch bc/${{ env.APP_NAME }}-build -p '{"spec":{"source":{"git":{"ref":"${{ env.BRANCH_NAME }}"}}}}' - + - name: Start Build Openshift shell: bash run: | From 7e97ca22c69e42c4f1a7092c312dd2a17f589033 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 30 Nov 2023 00:07:41 -0800 Subject: [PATCH 33/44] remove patch step from connect --- .github/workflows/cd-debezium-jdbc.yaml | 8 +------- .github/workflows/cd-debezium-postgis.yaml | 8 +++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd-debezium-jdbc.yaml b/.github/workflows/cd-debezium-jdbc.yaml index f09f6df5..5b203fcf 100644 --- a/.github/workflows/cd-debezium-jdbc.yaml +++ b/.github/workflows/cd-debezium-jdbc.yaml @@ -63,13 +63,7 @@ jobs: shell: bash run: | oc project ${{ secrets.OC_ETL_NAMESPACE_NAMEPLATE }}-tools - - # Build from either dev or main branch as appropriate - - name: Build from ${{ env.BRANCH_NAME }} branch - shell: bash - run: | - oc patch bc/${{ env.APP_NAME }}-build -p '{"spec":{"source":{"git":{"ref":"${{ env.BRANCH_NAME }}"}}}}' - + - name: Start Build Openshift shell: bash run: | diff --git a/.github/workflows/cd-debezium-postgis.yaml b/.github/workflows/cd-debezium-postgis.yaml index ef0b1c1a..53138de3 100644 --- a/.github/workflows/cd-debezium-postgis.yaml +++ b/.github/workflows/cd-debezium-postgis.yaml @@ -63,7 +63,13 @@ jobs: shell: bash run: | oc project ${{ secrets.OC_ETL_NAMESPACE_NAMEPLATE }}-tools - + + # Build from either dev or main branch as appropriate + - name: Build from ${{ env.BRANCH_NAME }} branch + shell: bash + run: | + oc patch bc/${{ env.APP_NAME }}-build -p '{"spec":{"source":{"git":{"ref":"${{ env.BRANCH_NAME }}"}}}}' + - name: Start Build Openshift shell: bash run: | From 9ff54daceb3882da0d5927fb5f0242d7bf424a33 Mon Sep 17 00:00:00 2001 From: midhun-aot Date: Tue, 5 Dec 2023 17:14:47 -0800 Subject: [PATCH 34/44] disabled formfields for reviewer roles --- .../Protocol 6 Pre-approval Application.json | 7049 ++++++++++++++++- .../epd-forms/Site Disclosure Statements.json | 1108 ++- .../Site Information Request Application.json | 96 +- .../Site Risk Classification Report.json | 93 +- .../epd-forms/Summary of Site Condition.json | 4017 ++++++---- ...nated Sites Services Application Form.json | 109 +- ... Ecological Risk Assessment Checklist.json | 89 +- ...tification of Independent Remediation.json | 110 +- ...ication of Likely or Actual Migration.json | 98 +- .../Site Risk Classification Report.json | 100 +- .../templates/nom_application.ftl | 2 +- 11 files changed, 10751 insertions(+), 2120 deletions(-) diff --git a/forms-flow-ai/epd-forms/Protocol 6 Pre-approval Application.json b/forms-flow-ai/epd-forms/Protocol 6 Pre-approval Application.json index adfde974..cb8844d9 100644 --- a/forms-flow-ai/epd-forms/Protocol 6 Pre-approval Application.json +++ b/forms-flow-ai/epd-forms/Protocol 6 Pre-approval Application.json @@ -1 +1,7048 @@ -{"forms":[{"title":"Protocol 6 Pre-approval Application","display":"form","type":"form","name":"p6Form","path":"p6form","tags":["common"],"components":[{"id":"eldw6z6","key":"simplecontent","html":"

Fields marked with an asterisk \"*\" are mandatory.

","type":"content","input":false,"label":"Text/Images","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ev9rp8p","key":"section1-PreapprovalApplicationFormMinistryUse","tree":false,"type":"panel","input":false,"label":"","theme":"secondary","title":"Section 1 - For Ministry Use Only","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eo9fjas","key":"simplecols3","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"emc9jd","key":"s1-applicationNumber","mask":false,"type":"textfield","input":true,"label":"Application Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"e1kc2zg","key":"s1-associatedServiceApplicationForm","mask":false,"type":"textfield","input":true,"label":"Associated Service Application Form","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ent7z88","key":"section2-LandDescription","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 2 - Land Description","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e4ar20bt","key":"simplecols4","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"eb61exn","key":"s2-siteIdNumber","case":"","mask":false,"type":"textfield","input":true,"label":"Site ID Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"elpjbvs","key":"s2-pid","case":"","mask":false,"type":"textfield","input":true,"label":"PID/PIN","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"must include, if applicable","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"e2qfcpl","key":"s2-legalDescription","case":"","mask":false,"rows":3,"type":"textarea","input":true,"label":"Legal Description","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ezwacak","key":"simplecols5","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"ekdcnn1g","key":"simplecontent3","html":"

Latitude

","type":"content","input":false,"label":"Text/Images","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"eo9988o","key":"simplecols6","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e51wthf","key":"s2-latdegrees","case":"","mask":false,"type":"textfield","input":true,"label":"Degrees","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ev8y8np","key":"s2-latminutes","case":"","mask":false,"type":"textfield","input":true,"label":"Minutes","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"euu52nn","key":"s2-latseconds","case":"","mask":false,"type":"textfield","input":true,"label":"Seconds","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"eo2i55q","key":"simplecontent4","html":"

Longitude

","type":"content","input":false,"label":"Text/Images","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"eme2fh9","key":"simplecols7","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e3ahhv9","key":"s2-longdegrees","case":"","mask":false,"type":"textfield","input":true,"label":"Degrees","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e6ykfxt","key":"s2-longminutes","case":"","mask":false,"type":"textfield","input":true,"label":"Minutes","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"esendwp","key":"s2-longseconds","case":"","mask":false,"type":"textfield","input":true,"label":"Seconds","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"e4h7h5","key":"simplecontent5","html":"

Site civic address or location (i.e. nearest roadway)

","type":"content","input":false,"label":"Text/Images","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"elpmobf","key":"simplecols8","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"er729fc","key":"s2-street","case":"","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ec2jnq","key":"s2-city","case":"","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":[],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ec7qplu","key":"s2-postalCode","case":"","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"eydvq9v","key":"section3-Applicant","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 3 - Applicant Contact Information","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"er1zk3","key":"s3-name","mask":false,"type":"textfield","input":true,"label":"Full Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ez2pq8","key":"simplecols9","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eyl2m4i","key":"s3-street","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ecm2r15","key":"s3-city","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"el49vpg","key":"s3-provinceState","case":"","mask":false,"type":"textfield","input":true,"label":"Province","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"edcfbu4","key":"simplecols10","tree":false,"type":"columns","input":false,"label":"Columns - 4","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"e2edccm","key":"s3-country","mask":false,"type":"textfield","input":true,"label":"Country","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"etov8hx","key":"s3-postalCode","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"exghhml","key":"s3-simplephonenumber","mask":false,"type":"phoneNumber","input":true,"label":"Phone Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputMode":"decimal","inputType":"tel","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"egk3rr","key":"s3-simpleemail","mask":false,"type":"email","input":true,"label":"Email","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"kickbox":{"enabled":false},"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"email","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"eufvs7w","key":"section4-PropertyOwnerAndOrOperatorIfDifferentFromApplicant","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 4 - Property Owner and/or Operator","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eypwx9e","key":"s4-IsthePropertyOwnerandorOperatordifferentthantheApplicant","type":"radio","input":true,"label":"Is the Property Owner and/or Operator different than the Applicant?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false},{"id":"erhkq19","key":"s4-propertyOwnerOperator","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Property Owner/Operator","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e9og7a4","key":"s4-name","mask":false,"type":"textfield","input":true,"label":"Full Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"estv8c4","key":"simplecols11","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"erctsaa","key":"s4-street","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ee24dj9","key":"s4-city","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e1uvzs","key":"s4-provinceState","case":"","mask":false,"type":"textfield","input":true,"label":"Province","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"ebndfs9","key":"simplecols12","tree":false,"type":"columns","input":false,"label":"Columns - 4","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"erwn326","key":"s4-country","mask":false,"type":"textfield","input":true,"label":"Country","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"ebbqc9k","key":"S4-postalCode","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"eknlm2f","key":"s4-simplephonenumber","mask":false,"type":"phoneNumber","input":true,"label":"Phone Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputMode":"decimal","inputType":"tel","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"em32eb","key":"s4-simpleemail","mask":false,"type":"email","input":true,"label":"Email","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"kickbox":{"enabled":false},"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"email","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"yes","show":true,"when":"s4-IsthePropertyOwnerandorOperatordifferentthantheApplicant"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":"","when":""},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"egul2f","key":"section5-AgentActingOnBehalfOfApplicant","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 5 - Agent Acting on behalf of Applicant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"enbjce","key":"s5-isanagentacting","type":"radio","input":true,"label":"Is an agent acting on behalf of the owner/operator?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false},{"id":"ek8t8l","key":"s5-agentContactInformation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Agent Contact Information","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e014gh","key":"s5-name","case":"","mask":false,"type":"textfield","input":true,"label":"Full Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ej4856j","key":"simplecols13","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e7n7fvf","key":"s5-street","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ezii8dr","key":"s5-city","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"erya5zn","key":"s5-provinceState","case":"","mask":false,"type":"textfield","input":true,"label":"Province","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"erxjp","key":"simplecols14","tree":false,"type":"columns","input":false,"label":"Columns - 4","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"el9vj1q","key":"s5-country","mask":false,"type":"textfield","input":true,"label":"Country","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"ellj2zq","key":"s5-postalCode","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"e6uy0ch","key":"s5-simplephonenumber","mask":false,"type":"phoneNumber","input":true,"label":"Phone Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputMode":"decimal","inputType":"tel","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"ewg719u","key":"s5-simpleemail","mask":false,"type":"email","input":true,"label":"Email","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"kickbox":{"enabled":false},"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"email","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"yes","json":"","show":true,"when":"s5-isanagentacting"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ebsreyb","key":"section6-BillingContact","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 6 - Billing Contact","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"ent52w","key":"s6-gstExempt","type":"radio","input":true,"label":"GST Exempt?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false},{"id":"en92skr","key":"s6-billingContactsameordifferent","type":"radio","input":true,"label":"Billing Contact","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Same as applicant","value":"same","shortcut":""},{"label":"Different than applicant","value":"different","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false},{"id":"e22knho","key":"s6-billingContact","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Billing Contact","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"etnlfx","key":"s6-name","mask":false,"type":"textfield","input":true,"label":"Full Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"ekinebp","key":"simplecols15","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ew092wn","key":"s6-street","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ede6vje","key":"s6-city","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ecqd0td","key":"s6-provinceState","case":"","mask":false,"type":"textfield","input":true,"label":"Province","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"en2965j","key":"simplecols16","tree":false,"type":"columns","input":false,"label":"Columns - 4","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"eno9qfvm","key":"s6-country","mask":false,"type":"textfield","input":true,"label":"Country","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"e9afgym","key":"s6-postalCode","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"e73adq","key":"s6-simplephonenumber","mask":false,"type":"phoneNumber","input":true,"label":"Phone Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputMode":"decimal","inputType":"tel","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3},{"pull":0,"push":0,"size":"sm","width":3,"offset":0,"components":[{"id":"eynzyyl","key":"s6-simpleemail","mask":false,"type":"email","input":true,"label":"Email","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"kickbox":{"enabled":false},"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"email","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":3}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"different","json":"","show":true,"when":"s6-billingContactsameordifferent"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"eut5cci","key":"section7-RationaleAndSupportingInformation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 7 - Rationale and Supporting Information","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eaozst","key":"s7-rationaleandsupprortinginformation","case":"","mask":false,"rows":3,"type":"textarea","input":true,"label":"Multi-line Text","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":true,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"elxvkwg","key":"section8-SignatureApplicantOrAgentActingOnBehalfOfApplicant","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 8 - Signature - Applicant or Agent Acting on behalf of Applicant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"enrxqj","key":"simplecols18","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"eay8dj","key":"s8-signature","type":"signature","input":true,"label":"Signature","width":"100%","footer":"Sign above","height":"150px","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"maxWidth":"2.5","minWidth":"0.5","multiple":false,"penColor":"black","redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","backgroundColor":"rgb(245,245,235)","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"ef1ycpe","key":"s8-name","case":"","mask":false,"type":"textfield","input":true,"label":"Full Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false},{"id":"ecsf12t","key":"s8-date","type":"datetime","input":true,"label":"Date","format":"yyyy-MM-dd hh:mm a","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"mode":"single","type":"calendar","format":"yyyy-MM-dd","locale":"en","maxDate":null,"minDate":null,"time_24hr":false,"allowInput":true,"enableTime":false,"noCalendar":false,"hourIncrement":1,"disableWeekdays":false,"disableWeekends":false,"minuteIncrement":1,"displayInTimezone":"viewer","useLocaleSettings":false},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","timezone":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"allowInput":true,"attributes":{},"datePicker":{"maxDate":null,"maxMode":"year","minDate":null,"minMode":"day","initDate":"","yearRows":4,"showWeeks":true,"startingDay":0,"yearColumns":5,"disableWeekdays":false,"disableWeekends":false},"enableDate":true,"enableTime":false,"errorLabel":"","persistent":true,"properties":{},"timePicker":{"hourStep":1,"arrowkeys":true,"minuteStep":1,"mousewheel":true,"showMeridian":true,"readonlyInput":false},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","defaultDate":"","description":"","placeholder":"","defaultValue":"","customOptions":{},"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","datepickerMode":"day","calculateServer":false,"shortcutButtons":[],"displayInTimezone":"viewer","useLocaleSettings":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"id":"eys7to","key":"saveaspdf","size":"md","tags":[],"type":"button","block":false,"input":true,"label":"Save as PDF","logic":[],"theme":"primary","action":"custom","custom":"window.print();","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"leftIcon":"","multiple":false,"redrawOn":"","shortcut":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","rightIcon":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":true,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"showValidations":false,"disableOnInvalid":true,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false},{"label":"applicationId","customClass":"","modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationId","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","tableView":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"em1y8gd","defaultValue":""},{"label":"applicationStatus","customClass":"","modalEdit":false,"defaultValue":null,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationStatus","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"e6z1qd9"}]}]} \ No newline at end of file +{ + "forms": [ + { + "title": "Protocol 6 Pre-approval Application", + "display": "form", + "type": "form", + "name": "p6Form", + "path": "p6form", + "tags": [ + "common" + ], + "components": [ + { + "id": "eldw6z6", + "key": "simplecontent", + "html": "

Fields marked with an asterisk \"*\" are mandatory.

", + "type": "content", + "input": false, + "label": "Text/Images", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ev9rp8p", + "key": "section1-PreapprovalApplicationFormMinistryUse", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "secondary", + "title": "Section 1 - For Ministry Use Only", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "eo9fjas", + "key": "simplecols3", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 2", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "emc9jd", + "key": "s1-applicationNumber", + "mask": false, + "type": "textfield", + "input": true, + "label": "Application Number", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": false, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "e1kc2zg", + "key": "s1-associatedServiceApplicationForm", + "mask": false, + "type": "textfield", + "input": true, + "label": "Associated Service Application Form", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": false, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ent7z88", + "key": "section2-LandDescription", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 2 - Land Description", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "e4ar20bt", + "key": "simplecols4", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 2", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "eb61exn", + "key": "s2-siteIdNumber", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Site ID Number", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": false, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "elpjbvs", + "key": "s2-pid", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "PID/PIN", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": false, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "must include, if applicable", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "e2qfcpl", + "key": "s2-legalDescription", + "case": "", + "mask": false, + "rows": 3, + "type": "textarea", + "input": true, + "label": "Legal Description", + "editor": "", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "wysiwyg": false, + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "maxWords": "", + "minWords": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "fixedSize": true, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "autoExpand": false, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ezwacak", + "key": "simplecols5", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 2", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "ekdcnn1g", + "key": "simplecontent3", + "html": "

Latitude

", + "type": "content", + "input": false, + "label": "Text/Images", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "eo9988o", + "key": "simplecols6", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "e51wthf", + "key": "s2-latdegrees", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Degrees", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ev8y8np", + "key": "s2-latminutes", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Minutes", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "euu52nn", + "key": "s2-latseconds", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Seconds", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "eo2i55q", + "key": "simplecontent4", + "html": "

Longitude

", + "type": "content", + "input": false, + "label": "Text/Images", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "eme2fh9", + "key": "simplecols7", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "e3ahhv9", + "key": "s2-longdegrees", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Degrees", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "e6ykfxt", + "key": "s2-longminutes", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Minutes", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "esendwp", + "key": "s2-longseconds", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Seconds", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "e4h7h5", + "key": "simplecontent5", + "html": "

Site civic address or location (i.e. nearest roadway)

", + "type": "content", + "input": false, + "label": "Text/Images", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "elpmobf", + "key": "simplecols8", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "er729fc", + "key": "s2-street", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Street", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ec2jnq", + "key": "s2-city", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "City", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": [], + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ec7qplu", + "key": "s2-postalCode", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Postal Code", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "eydvq9v", + "key": "section3-Applicant", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 3 - Applicant Contact Information", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "er1zk3", + "key": "s3-name", + "mask": false, + "type": "textfield", + "input": true, + "label": "Full Name", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ez2pq8", + "key": "simplecols9", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "eyl2m4i", + "key": "s3-street", + "mask": false, + "type": "textfield", + "input": true, + "label": "Street", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ecm2r15", + "key": "s3-city", + "mask": false, + "type": "textfield", + "input": true, + "label": "City", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "el49vpg", + "key": "s3-provinceState", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Province", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "edcfbu4", + "key": "simplecols10", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 4", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "e2edccm", + "key": "s3-country", + "mask": false, + "type": "textfield", + "input": true, + "label": "Country", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "etov8hx", + "key": "s3-postalCode", + "mask": false, + "type": "textfield", + "input": true, + "label": "Postal Code", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "exghhml", + "key": "s3-simplephonenumber", + "mask": false, + "type": "phoneNumber", + "input": true, + "label": "Phone Number", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputMode": "decimal", + "inputType": "tel", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "egk3rr", + "key": "s3-simpleemail", + "mask": false, + "type": "email", + "input": true, + "label": "Email", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "kickbox": { + "enabled": false + }, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "email", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "eufvs7w", + "key": "section4-PropertyOwnerAndOrOperatorIfDifferentFromApplicant", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 4 - Property Owner and/or Operator", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "eypwx9e", + "key": "s4-IsthePropertyOwnerandorOperatordifferentthantheApplicant", + "type": "radio", + "input": true, + "label": "Is the Property Owner and/or Operator different than the Applicant?", + "hidden": false, + "inline": false, + "prefix": "", + "suffix": "", + "unique": false, + "values": [ + { + "label": "Yes", + "value": "yes", + "shortcut": "" + }, + { + "label": "No", + "value": "no", + "shortcut": "" + } + ], + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "fieldSet": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": true, + "customPrivate": false, + "onlyAvailableItems": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputType": "radio", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "optionsLabelPosition": "right", + "allowCalculateOverride": false + }, + { + "id": "erhkq19", + "key": "s4-propertyOwnerOperator", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Property Owner/Operator", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "e9og7a4", + "key": "s4-name", + "mask": false, + "type": "textfield", + "input": true, + "label": "Full Name", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "estv8c4", + "key": "simplecols11", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "erctsaa", + "key": "s4-street", + "mask": false, + "type": "textfield", + "input": true, + "label": "Street", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ee24dj9", + "key": "s4-city", + "mask": false, + "type": "textfield", + "input": true, + "label": "City", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "e1uvzs", + "key": "s4-provinceState", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Province", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "ebndfs9", + "key": "simplecols12", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 4", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "erwn326", + "key": "s4-country", + "mask": false, + "type": "textfield", + "input": true, + "label": "Country", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "ebbqc9k", + "key": "S4-postalCode", + "mask": false, + "type": "textfield", + "input": true, + "label": "Postal Code", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "eknlm2f", + "key": "s4-simplephonenumber", + "mask": false, + "type": "phoneNumber", + "input": true, + "label": "Phone Number", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputMode": "decimal", + "inputType": "tel", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "em32eb", + "key": "s4-simpleemail", + "mask": false, + "type": "email", + "input": true, + "label": "Email", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "kickbox": { + "enabled": false + }, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "email", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "yes", + "show": true, + "when": "s4-IsthePropertyOwnerandorOperatordifferentthantheApplicant" + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": "", + "when": "" + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "egul2f", + "key": "section5-AgentActingOnBehalfOfApplicant", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 5 - Agent Acting on behalf of Applicant", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "enbjce", + "key": "s5-isanagentacting", + "type": "radio", + "input": true, + "label": "Is an agent acting on behalf of the owner/operator?", + "hidden": false, + "inline": false, + "prefix": "", + "suffix": "", + "unique": false, + "values": [ + { + "label": "Yes", + "value": "yes", + "shortcut": "" + }, + { + "label": "No", + "value": "no", + "shortcut": "" + } + ], + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "fieldSet": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": true, + "customMessage": "", + "customPrivate": false, + "onlyAvailableItems": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputType": "radio", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "optionsLabelPosition": "right", + "allowCalculateOverride": false + }, + { + "id": "ek8t8l", + "key": "s5-agentContactInformation", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Agent Contact Information", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "e014gh", + "key": "s5-name", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Full Name", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ej4856j", + "key": "simplecols13", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "e7n7fvf", + "key": "s5-street", + "mask": false, + "type": "textfield", + "input": true, + "label": "Street", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ezii8dr", + "key": "s5-city", + "mask": false, + "type": "textfield", + "input": true, + "label": "City", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "erya5zn", + "key": "s5-provinceState", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Province", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "erxjp", + "key": "simplecols14", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 4", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "el9vj1q", + "key": "s5-country", + "mask": false, + "type": "textfield", + "input": true, + "label": "Country", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "ellj2zq", + "key": "s5-postalCode", + "mask": false, + "type": "textfield", + "input": true, + "label": "Postal Code", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "e6uy0ch", + "key": "s5-simplephonenumber", + "mask": false, + "type": "phoneNumber", + "input": true, + "label": "Phone Number", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputMode": "decimal", + "inputType": "tel", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "ewg719u", + "key": "s5-simpleemail", + "mask": false, + "type": "email", + "input": true, + "label": "Email", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "kickbox": { + "enabled": false + }, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "email", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "yes", + "json": "", + "show": true, + "when": "s5-isanagentacting" + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ebsreyb", + "key": "section6-BillingContact", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 6 - Billing Contact", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "ent52w", + "key": "s6-gstExempt", + "type": "radio", + "input": true, + "label": "GST Exempt?", + "hidden": false, + "inline": false, + "prefix": "", + "suffix": "", + "unique": false, + "values": [ + { + "label": "Yes", + "value": "yes", + "shortcut": "" + }, + { + "label": "No", + "value": "no", + "shortcut": "" + } + ], + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "fieldSet": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": true, + "customMessage": "", + "customPrivate": false, + "onlyAvailableItems": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputType": "radio", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "optionsLabelPosition": "right", + "allowCalculateOverride": false + }, + { + "id": "en92skr", + "key": "s6-billingContactsameordifferent", + "type": "radio", + "input": true, + "label": "Billing Contact", + "hidden": false, + "inline": false, + "prefix": "", + "suffix": "", + "unique": false, + "values": [ + { + "label": "Same as applicant", + "value": "same", + "shortcut": "" + }, + { + "label": "Different than applicant", + "value": "different", + "shortcut": "" + } + ], + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "fieldSet": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": true, + "customMessage": "", + "customPrivate": false, + "onlyAvailableItems": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputType": "radio", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "optionsLabelPosition": "right", + "allowCalculateOverride": false + }, + { + "id": "e22knho", + "key": "s6-billingContact", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Billing Contact", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "etnlfx", + "key": "s6-name", + "mask": false, + "type": "textfield", + "input": true, + "label": "Full Name", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "ekinebp", + "key": "simplecols15", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ew092wn", + "key": "s6-street", + "mask": false, + "type": "textfield", + "input": true, + "label": "Street", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ede6vje", + "key": "s6-city", + "mask": false, + "type": "textfield", + "input": true, + "label": "City", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ + { + "id": "ecqd0td", + "key": "s6-provinceState", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Province", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "en2965j", + "key": "simplecols16", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 4", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "eno9qfvm", + "key": "s6-country", + "mask": false, + "type": "textfield", + "input": true, + "label": "Country", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "e9afgym", + "key": "s6-postalCode", + "mask": false, + "type": "textfield", + "input": true, + "label": "Postal Code", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "e73adq", + "key": "s6-simplephonenumber", + "mask": false, + "type": "phoneNumber", + "input": true, + "label": "Phone Number", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputMode": "decimal", + "inputType": "tel", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + }, + { + "pull": 0, + "push": 0, + "size": "sm", + "width": 3, + "offset": 0, + "components": [ + { + "id": "eynzyyl", + "key": "s6-simpleemail", + "mask": false, + "type": "email", + "input": true, + "label": "Email", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "kickbox": { + "enabled": false + }, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "email", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 3 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "different", + "json": "", + "show": true, + "when": "s6-billingContactsameordifferent" + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "eut5cci", + "key": "section7-RationaleAndSupportingInformation", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 7 - Rationale and Supporting Information", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "eaozst", + "key": "s7-rationaleandsupprortinginformation", + "case": "", + "mask": false, + "rows": 3, + "type": "textarea", + "input": true, + "label": "Multi-line Text", + "editor": "", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "wysiwyg": false, + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "maxWords": "", + "minWords": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "fixedSize": true, + "hideLabel": true, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": true, + "attributes": {}, + "autoExpand": false, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "elxvkwg", + "key": "section8-SignatureApplicantOrAgentActingOnBehalfOfApplicant", + "tree": false, + "type": "panel", + "input": false, + "label": "", + "theme": "default", + "title": "Section 8 - Signature - Applicant or Agent Acting on behalf of Applicant", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "collapsed": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "breadcrumb": "default", + "components": [ + { + "id": "enrxqj", + "key": "simplecols18", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 2", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "eay8dj", + "key": "s8-signature", + "type": "signature", + "input": true, + "label": "Signature", + "width": "100%", + "footer": "Sign above", + "height": "150px", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "maxWidth": "2.5", + "minWidth": "0.5", + "multiple": false, + "penColor": "black", + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": true, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "backgroundColor": "rgb(245,245,235)", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "id": "ef1ycpe", + "key": "s8-name", + "case": "", + "mask": false, + "type": "textfield", + "input": true, + "label": "Full Name", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "pattern": "", + "multiple": false, + "required": true, + "maxLength": "", + "minLength": "", + "customMessage": "", + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "inputMask": "", + "inputType": "text", + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": true, + "properties": {}, + "spellcheck": true, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "inputFormat": "plain", + "placeholder": "", + "defaultValue": "", + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + }, + { + "id": "ecsf12t", + "key": "s8-date", + "type": "datetime", + "input": true, + "label": "Date", + "format": "yyyy-MM-dd hh:mm a", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "mode": "single", + "type": "calendar", + "format": "yyyy-MM-dd", + "locale": "en", + "maxDate": null, + "minDate": null, + "time_24hr": false, + "allowInput": true, + "enableTime": false, + "noCalendar": false, + "hourIncrement": 1, + "disableWeekdays": false, + "disableWeekends": false, + "minuteIncrement": 1, + "displayInTimezone": "viewer", + "useLocaleSettings": false + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "timezone": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": true, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "allowInput": true, + "attributes": {}, + "datePicker": { + "maxDate": null, + "maxMode": "year", + "minDate": null, + "minMode": "day", + "initDate": "", + "yearRows": 4, + "showWeeks": true, + "startingDay": 0, + "yearColumns": 5, + "disableWeekdays": false, + "disableWeekends": false + }, + "enableDate": true, + "enableTime": false, + "errorLabel": "", + "persistent": true, + "properties": {}, + "timePicker": { + "hourStep": 1, + "arrowkeys": true, + "minuteStep": 1, + "mousewheel": true, + "showMeridian": true, + "readonlyInput": false + }, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "defaultDate": "", + "description": "", + "placeholder": "", + "defaultValue": "", + "customOptions": {}, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "datepickerMode": "day", + "calculateServer": false, + "shortcutButtons": [], + "displayInTimezone": "viewer", + "useLocaleSettings": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "currentWidth": 6 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false + } + ], + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "collapsible": false, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "id": "eys7to", + "key": "saveaspdf", + "size": "md", + "tags": [], + "type": "button", + "block": false, + "input": true, + "label": "Save as PDF", + "logic": [], + "theme": "primary", + "action": "custom", + "custom": "window.print();", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": { + "type": "input" + }, + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "page": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "leftIcon": "", + "multiple": false, + "redrawOn": "", + "shortcut": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": false, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "rightIcon": "", + "tableView": false, + "attributes": {}, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": true, + "conditional": { + "eq": "", + "json": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": true, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "showValidations": false, + "disableOnInvalid": true, + "customConditional": "", + "allowMultipleMasks": false, + "customDefaultValue": "", + "allowCalculateOverride": false + }, + { + "label": "applicationId", + "customClass": "", + "modalEdit": false, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "key": "applicationId", + "tags": [], + "properties": {}, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "hidden", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "tableView": false, + "labelPosition": "top", + "Description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "widget": { + "type": "input" + }, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "allowCalculateOverride": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "inputType": "hidden", + "id": "em1y8gd", + "defaultValue": "" + }, + { + "label": "applicationStatus", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "key": "applicationStatus", + "tags": [], + "properties": {}, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "hidden", + "input": true, + "tableView": false, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "dataGridLabel": false, + "labelPosition": "top", + "Description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "widget": { + "type": "input" + }, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "allowCalculateOverride": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "inputType": "hidden", + "id": "e6z1qd9" + } + ] + } + ] +} \ No newline at end of file diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json index b73d6746..14d471cf 100644 --- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json +++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json @@ -10,6 +10,248 @@ "common" ], "components": [ + { + "label": "Text Area", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", + "autoExpand": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": true, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textArea", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif((userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}\n\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "ewrstoc", + "defaultValue": "" + }, + { + "title": "Panel", + "theme": "default", + "tooltip": "", + "customClass": "", + "collapsible": false, + "hidden": true, + "hideLabel": true, + "disabled": false, + "modalEdit": false, + "key": "panel1", + "tags": [], + "properties": {}, + "customConditional": "", + "conditional": { + "json": "", + "show": null, + "when": null, + "eq": "" + }, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "panel", + "label": "Panel", + "breadcrumb": "default", + "tabindex": "", + "input": false, + "tableView": false, + "components": [], + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, + "clearOnHide": false, + "refreshOn": "", + "redrawOn": "", + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": null, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "tree": false, + "lazyLoad": false, + "id": "ei5w5up" + }, + { + "label": "logicToDisableFieldsForReviewers", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "", + "calculateValue": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", + "calculateServer": false, + "key": "logicToDisableFieldsForReviewers", + "tags": [], + "properties": {}, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "hidden", + "input": true, + "tableView": false, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "widget": { + "type": "input" + }, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "allowCalculateOverride": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "inputType": "hidden", + "id": "eyfcajc" + }, { "label": "hiddenUserIdForFormSharing", "customClass": "", @@ -6980,7 +7222,7 @@ } ], "collapsible": false, - "id": "e7nge5b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -7454,7 +7696,7 @@ } ], "collapsible": false, - "id": "eapos76000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -7670,7 +7912,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "e7fs5c5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10637,82 +10879,94 @@ "offset": 0, "components": [ { - "key": "approvingAuthContactName", - "type": "textfield", - "input": true, "label": "Name", - "tableView": false, - "hideOnChildrenHidden": false, + "labelPosition": "top", "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": false, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "" + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "approvingAuthContactName", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "hideOnChildrenHidden": false, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "ezbm1f" + "id": "ea02oxe", + "defaultValue": "" } ], "currentWidth": 6 @@ -10784,7 +11038,9 @@ "errors": "", "key": "approvingAuthContactAgency", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -10809,7 +11065,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e607j1d", + "id": "ee8cu1", "defaultValue": "" } ], @@ -10940,7 +11196,9 @@ "errors": "", "key": "approvingAuthContactAddress", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -10964,7 +11222,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e37sw9", + "id": "evgk46", "defaultValue": "" }, { @@ -11038,7 +11296,9 @@ "errors": "", "key": "approvingAuthContactPhone", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -11066,9 +11326,9 @@ "addons": [], "inputType": "tel", "inputMode": "decimal", - "id": "e4d7de", - "inputMaskPlaceholderChar": "", - "defaultValue": "" + "id": "e9n4kfn", + "defaultValue": "", + "inputMaskPlaceholderChar": "" } ], "currentWidth": 6 @@ -11081,87 +11341,99 @@ "offset": 0, "components": [ { - "key": "ApprovingAuthEmail", - "type": "email", - "input": true, "label": "Email", - "delimiter": false, - "tableView": true, - "requireDecimal": false, - "hideOnChildrenHidden": false, + "labelPosition": "top", "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "displayMask": "", + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "" + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "kickbox": { + "enabled": false + }, + "errorLabel": "", + "errors": "", + "key": "ApprovingAuthEmail", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "email", + "input": true, + "delimiter": false, + "requireDecimal": false, + "hideOnChildrenHidden": false, + "refreshOn": "", + "dataGridLabel": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "mask": false, "inputType": "email", - "inputFormat": "plain", "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "kickbox": { - "enabled": false - }, - "id": "e6mx4lf" + "id": "edr9dwv", + "defaultValue": "" } ], "currentWidth": 6 @@ -11233,80 +11505,92 @@ }, { "label": "Application Number", - "tableView": true, - "key": "applicationNumber", - "type": "textfield", - "input": true, + "labelPosition": "top", "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "" + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "applicationNumber", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "exfhp37" + "id": "enwhl29", + "defaultValue": "" }, { "key": "ReasonForSubmission", @@ -11390,149 +11674,171 @@ { "label": "Building Permit", "description": "for an activity that will likely disturb soil", - "tableView": false, - "defaultValue": false, - "key": "chkBuildingPermit", - "type": "checkbox", - "input": true, - "hideOnChildrenHidden": false, - "placeholder": "", - "prefix": "", + "tooltip": "", + "shortcut": "", + "inputType": "checkbox", "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, + "tabindex": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "chkBuildingPermit", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", + "type": "checkbox", "name": "", - "id": "euil3i" - }, - { - "label": "Building Permit Number", - "tableView": true, - "validateOn": "blur", - "validate": { - "custom": "if(data.chkBuildingPermit && input=== '')\n{\n valid = 'Please fill the permit number';\n required = true;\n}", - "required": false, - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, - "minLength": "", - "maxLength": "", - "pattern": "" - }, - "key": "buildingPermitNumber", - "customConditional": "if(data.chkBuildingPermit)\n{\n show = true;\n} else {\n show = false;\n}", - "type": "textfield", + "value": "", "input": true, + "hideOnChildrenHidden": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "defaultValue": null, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "e2mew8" + }, + { + "label": "Building Permit Number", "labelPosition": "top", + "placeholder": "", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", "tabindex": "", - "disabled": false, + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" + "allowCalculateOverride": false, + "validateOn": "blur", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "if(data.chkBuildingPermit && input=== '')\n{\n valid = 'Please fill the permit number';\n required = true;\n}", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "buildingPermitNumber", + "tags": [], + "properties": { + "apField": "true" }, - "attributes": {}, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "if(data.chkBuildingPermit)\n{\n show = true;\n} else {\n show = false;\n}", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "e54ew3" + "id": "ezawuqw", + "defaultValue": "" } ], "currentWidth": 3 @@ -11583,7 +11889,9 @@ "errors": "", "key": "chkSubdivision", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -11620,7 +11928,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "elq1ts7f" + "id": "esmrkhm" }, { "label": "Application Number", @@ -11682,7 +11990,9 @@ "errors": "", "key": "subdivisionApplicationNumber", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -11706,7 +12016,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "eli086h", + "id": "e91fl9p", "defaultValue": "" } ], @@ -11758,7 +12068,9 @@ "errors": "", "key": "chkZoning", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -11795,7 +12107,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "e1azd1r" + "id": "exu8usp" }, { "label": "Application Number", @@ -11857,7 +12169,9 @@ "errors": "", "key": "zoningApplicationNumber", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -11881,7 +12195,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "ekgsti", + "id": "eo808wp", "defaultValue": "" } ], @@ -11933,7 +12247,9 @@ "errors": "", "key": "chkDevelopmentPermit", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -11970,7 +12286,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "ebh0zi4" + "id": "eu46ge" }, { "label": "Development Permit Number", @@ -12032,7 +12348,9 @@ "errors": "", "key": "developmentPermitNumber", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -12056,7 +12374,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "es2apyf", + "id": "ei0x46t", "defaultValue": "" } ], @@ -12141,137 +12459,104 @@ "offset": 0, "components": [ { - "key": "datereceivedbyapprovingauthority", - "type": "datetime", - "input": true, "label": "Date Received by Approving Authority", + "labelPosition": "top", + "displayInTimezone": "viewer", + "useLocaleSettings": false, + "allowInput": true, "format": "yyyy-MM-dd", - "widget": { - "type": "calendar", - "displayInTimezone": "viewer", - "locale": "en", - "useLocaleSettings": false, - "allowInput": true, - "mode": "single", - "enableTime": false, - "noCalendar": false, - "format": "yyyy-MM-dd", - "hourIncrement": 1, - "minuteIncrement": 1, - "time_24hr": false, - "minDate": null, - "disableWeekends": false, - "disableWeekdays": false, - "maxDate": null - }, + "placeholder": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, + "shortcutButtons": [], + "enableDate": true, "datePicker": { - "disableWeekdays": false, + "disable": "", + "disableFunction": "", "disableWeekends": false, + "disableWeekdays": false, + "minDate": null, + "maxDate": null, "showWeeks": true, "startingDay": 0, "initDate": "", "minMode": "day", "maxMode": "year", "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "yearColumns": 5 }, "enableTime": false, - "enableMaxDateInput": false, - "enableMinDateInput": false, - "hideOnChildrenHidden": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", + "timePicker": { + "showMeridian": true, + "hourStep": 1, + "minuteStep": 1, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true + }, "multiple": false, "defaultValue": "", - "protected": false, - "unique": false, + "defaultDate": "", + "customOptions": {}, "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "enableMinDateInput": false, + "enableMaxDateInput": false, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "datereceivedbyapprovingauthority", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "useLocaleSettings": false, - "allowInput": true, - "enableDate": true, - "defaultDate": "", - "displayInTimezone": "viewer", - "timezone": "", - "datepickerMode": "day", - "timePicker": { - "hourStep": 1, - "minuteStep": 1, - "showMeridian": true, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true - }, - "customOptions": {}, - "id": "ee808qh" - } - ], - "currentWidth": 6 - }, - { - "pull": 0, - "push": 0, - "size": "md", - "width": 6, - "offset": 0, - "components": [ - { - "key": "datesubmittedtoregistrar", "type": "datetime", + "timezone": "", "input": true, - "label": "Date Submitted to Registrar", - "format": "yyyy-MM-dd", "widget": { "type": "calendar", "displayInTimezone": "viewer", @@ -12286,101 +12571,164 @@ "minuteIncrement": 1, "time_24hr": false, "minDate": null, + "disabledDates": "", "disableWeekends": false, "disableWeekdays": false, + "disableFunction": "", "maxDate": null }, + "hideOnChildrenHidden": false, + "prefix": "", + "suffix": "", + "refreshOn": "", + "dataGridLabel": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "datepickerMode": "day", + "id": "ezoonm" + } + ], + "currentWidth": 6 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 6, + "offset": 0, + "components": [ + { + "label": "Date Submitted to Registrar", + "labelPosition": "top", + "displayInTimezone": "viewer", + "useLocaleSettings": false, + "allowInput": true, + "format": "yyyy-MM-dd", + "placeholder": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, + "shortcutButtons": [], + "enableDate": true, "datePicker": { - "disableWeekdays": false, + "disable": "", + "disableFunction": "", "disableWeekends": false, + "disableWeekdays": false, + "minDate": null, + "maxDate": null, "showWeeks": true, "startingDay": 0, "initDate": "", "minMode": "day", "maxMode": "year", "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "yearColumns": 5 }, "enableTime": false, - "enableMaxDateInput": false, - "enableMinDateInput": false, - "hideOnChildrenHidden": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", + "timePicker": { + "showMeridian": true, + "hourStep": 1, + "minuteStep": 1, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true + }, "multiple": false, "defaultValue": "", - "protected": false, - "unique": false, + "defaultDate": "", + "customOptions": {}, "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "enableMinDateInput": false, + "enableMaxDateInput": false, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "datesubmittedtoregistrar", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "datetime", + "timezone": "", + "input": true, + "widget": { + "type": "calendar", + "displayInTimezone": "viewer", + "locale": "en", + "useLocaleSettings": false, + "allowInput": true, + "mode": "single", + "enableTime": false, + "noCalendar": false, + "format": "yyyy-MM-dd", + "hourIncrement": 1, + "minuteIncrement": 1, + "time_24hr": false, + "minDate": null, + "disabledDates": "", + "disableWeekends": false, + "disableWeekdays": false, + "disableFunction": "", + "maxDate": null + }, + "hideOnChildrenHidden": false, + "prefix": "", + "suffix": "", + "refreshOn": "", + "dataGridLabel": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "useLocaleSettings": false, - "allowInput": true, - "enableDate": true, - "defaultDate": "", - "displayInTimezone": "viewer", - "timezone": "", "datepickerMode": "day", - "timePicker": { - "hourStep": 1, - "minuteStep": 1, - "showMeridian": true, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true - }, - "customOptions": {}, - "id": "eqs58ga" + "id": "et4zt9f" } ], "currentWidth": 6 diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json index 682e5706..9892e084 100644 --- a/forms-flow-ai/epd-forms/Site Information Request Application.json +++ b/forms-flow-ai/epd-forms/Site Information Request Application.json @@ -10,6 +10,100 @@ "common" ], "components": [ + { + "label": "Text Area", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", + "autoExpand": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textArea", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "emv5sb5", + "defaultValue": "" + }, { "title": "Reviewer Actions", "collapsible": false, @@ -5670,7 +5764,7 @@ "attributes": {}, "components": [ { - "id": "ecmzjdn00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "panel", "tree": false, "type": "panel", diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json index 78fb6d05..631a75cb 100644 --- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json +++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json @@ -10,6 +10,93 @@ "common" ], "components": [ + { + "label": "Text Field", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textField", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "addons": [], + "inputType": "text", + "id": "erdvja", + "defaultValue": "" + }, { "title": "Reviewer Actions", "theme": "default", @@ -4218,7 +4305,7 @@ "attributes": {}, "components": [ { - "id": "ele95t0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "spropertyOwnerAndOrOperator", "tree": false, "type": "panel", @@ -13628,7 +13715,7 @@ "attributes": {}, "components": [ { - "id": "eks0gu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "exposurePathwayQuestionnaireAffectedParcel", "tree": false, "type": "panel", @@ -17571,7 +17658,7 @@ } ], "collapsible": false, - "id": "eo5mwyp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json index 02fedb92..e2a571f6 100644 --- a/forms-flow-ai/epd-forms/Summary of Site Condition.json +++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json @@ -10,6 +10,93 @@ "common" ], "components": [ + { + "label": "Text Field", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textField", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n //console.log('B',x.label,x.key,x.disabled);\n\n // if(x.key === \"numericalStandards\")\n // {\n // console.log('B',x.label,x.key,x.disabled);\n\n // }\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "addons": [], + "inputType": "text", + "id": "egxmr27", + "defaultValue": "" + }, { "title": "Reviewer Actions", "collapsible": false, @@ -8867,7 +8954,7 @@ "id": "ej1mdrb" } ], - "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -9907,7 +9994,7 @@ "id": "eqnyhh" } ], - "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10439,7 +10526,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "layoutFixed": false, @@ -10538,7 +10625,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -11986,7 +12073,7 @@ "id": "e6o3au0o" } ], - "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13019,7 +13106,7 @@ "id": "eg4rrls" } ], - "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13618,7 +13705,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -13662,7 +13749,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -14571,7 +14658,7 @@ "id": "egqqs34" } ], - "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22113,7 +22200,7 @@ "id": "es5kcwo" } ], - "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22910,7 +22997,7 @@ "id": "erxxdli" } ], - "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23519,7 +23606,7 @@ "id": "eu9o53q" } ], - "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24049,7 +24136,7 @@ "id": "ef617zf" } ], - "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24820,7 +24907,7 @@ "id": "eak2oy8" } ], - "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -28894,7 +28981,7 @@ "id": "e9e5bm" } ], - "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -29804,7 +29891,7 @@ "id": "eb274z" } ], - "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30399,7 +30486,7 @@ "id": "euj2r2l" } ], - "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30994,7 +31081,7 @@ "id": "ehez7s" } ], - "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -31589,7 +31676,7 @@ "id": "et10s3fg" } ], - "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32184,7 +32271,7 @@ "id": "eu50tno" } ], - "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32890,7 +32977,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -33631,7 +33718,7 @@ "defaultValue": "" } ], - "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -34791,7 +34878,9 @@ "errors": "", "key": "recommendationUnderProtocol6", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -34826,7 +34915,7 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "ekebgpg", + "id": "evqmq2q", "defaultValue": "" }, { @@ -34882,7 +34971,9 @@ "errors": "", "key": "directToMinistryApplication", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, @@ -34917,7 +35008,7 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e4jn62", + "id": "einpbe8", "defaultValue": "" }, { @@ -34932,7 +35023,9 @@ "modalEdit": false, "key": "panel9", "tags": [], - "properties": {}, + "properties": { + "apField": "true" + }, "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", "conditional": { "json": "", @@ -35022,89 +35115,112 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "em0id2o" + "id": "e5oi0mj" }, { "label": "Approved Professional Name", - "tableView": true, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, - "minLength": "", - "maxLength": "", - "pattern": "" - }, - "key": "approvedProfessionalName", - "type": "textfield", - "input": true, + "labelPosition": "top", "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", + "validate": { + "required": true, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "approvedProfessionalName", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "ewplsl" + "id": "elkel0i", + "defaultValue": "" }, { "label": "Please select those that apply", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "defaultValue": { "aDeterminationUnderSection44OfEma": false, "anAiPUnderSection531OfEma": false, @@ -35139,169 +35255,182 @@ "shortcut": "" } ], + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, "validate": { "required": true, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false }, + "errorLabel": "", + "minSelectedCountMessage": "", + "maxSelectedCountMessage": "", + "errors": "", "key": "recommendationCheckbox", + "tags": [], + "properties": { + "apField": "true" + }, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "selectboxes", "input": true, "inputType": "checkbox", "placeholder": "", "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "fieldSet": false, + "id": "ezgwia8" + }, + { + "label": "Describe:", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", + "autoExpand": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": true, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "describe1", + "tags": [], + "properties": { + "apField": "true" + }, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "e71svgq", + "defaultValue": "" + }, + { + "html": "

Although I understand that the basis of such recommendations should only be formally evaluated by reference to detailed technical guidance, the primary basis of this recommendation or these recommendations is as follows:

", + "label": "Content", + "refreshOnChange": false, + "key": "content50", + "type": "content", + "input": false, + "tableView": false, + "placeholder": "", + "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "fieldSet": false, - "inline": false, - "id": "enjoewa" - }, - { - "label": "Describe:", - "autoExpand": false, - "tableView": true, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, - "minLength": "", - "maxLength": "", - "pattern": "", - "minWords": "", - "maxWords": "" - }, - "key": "describe1", - "type": "textarea", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, - "validateOn": "change", - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "mask": false, - "inputType": "text", - "inputFormat": "html", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "rows": 3, - "wysiwyg": false, - "editor": "", - "fixedSize": true, - "id": "eabch3" - }, - { - "html": "

Although I understand that the basis of such recommendations should only be formally evaluated by reference to detailed technical guidance, the primary basis of this recommendation or these recommendations is as follows:

", - "label": "Content", - "refreshOnChange": false, - "key": "content50", - "type": "content", - "input": false, - "tableView": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, + "defaultValue": null, "protected": false, "unique": false, "persistent": true, @@ -35353,7 +35482,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "epsvutd" + "id": "ey0jk1q" }, { "html": "

 

Approved Professional Recommendation

", @@ -35420,13 +35549,23 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "eyfwh8b" + "id": "eutw8ih" }, { "label": "For a recommendation for a Determination", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "Yes", @@ -35439,76 +35578,87 @@ "shortcut": "" } ], + "dataType": "", + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, "validate": { "required": true, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false }, - "key": "forARecommendationForADetermination", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "errors": "", + "key": "forARecommendationForADetermination", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "egi2yyh" + "id": "e4ixcag", + "defaultValue": "" }, { "label": "For a recommendation for an Approval in Principle and for a Certificate of Compliance", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "Yes", @@ -35521,76 +35671,87 @@ "shortcut": "" } ], + "dataType": "", + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, "validate": { "required": true, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false }, - "key": "forARecommendationForanApprovalInPrinciple", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "errors": "", + "key": "forARecommendationForanApprovalInPrinciple", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e3mkqz8" + "id": "e1lbkxc", + "defaultValue": "" }, { "label": "For a recommendation for a Site Risk Reclassification", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "Yes", @@ -35603,70 +35764,71 @@ "shortcut": "" } ], + "dataType": "", + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, "validate": { "required": true, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false }, - "key": "siteRiskReclassification", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "errors": "", + "key": "siteRiskReclassification", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "el5gb4g" + "id": "ewgfckq", + "defaultValue": "" }, { "collapsible": false, @@ -35747,13 +35909,23 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "el8xkw" + "id": "ezvkdg8" }, { "label": "Please select those that apply:", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "On the basis of information provided and reviewed, it is my opinion that no CSR Schedule 2 activities have occurred at the subject site.", @@ -35771,70 +35943,71 @@ "shortcut": "" } ], - "key": "pleaseSelectThoseThatApply1", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, + "dataType": "", "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false + }, + "errorLabel": "", + "errors": "", + "key": "pleaseSelectThoseThatApply1", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "eozvce" + "id": "efhqf0k", + "defaultValue": "" }, { "label": "Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. No substances were identified in concentrations exceeding those identified in BC CSR Schedules 3.1, 3.2, 3.3 or 3.4, as applicable. All PCOCs have been listed in Schedule B of the draft Determination.", @@ -35902,7 +36075,7 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "ef6dbp" + "id": "ep6fav" } ], "placeholder": "", @@ -35961,7 +36134,7 @@ "title": "Panel", "theme": "default", "breadcrumb": "default", - "id": "ekq9hjo" + "id": "e9on6u" }, { "collapsible": false, @@ -36042,148 +36215,186 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ez2piyc" + "id": "emyke2" }, { "label": "A Preliminary Site Investigation addressing all identified areas of potential environmental concern (APECs) and potential contaminants of concern (PCOCs) was completed. One or more substances were identified at concentrations exceeding applicable standards or criteria in CSR Schedules 3.1, 3.2, 3.3 or 3.4", - "tableView": false, - "key": "aPreliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedOneOrMoreSubstancesWereIdentifiedAtConcentrationsExceedingApplicableStandardsOrCriteriaInCsrSchedules313233Or34", - "type": "checkbox", - "input": true, - "defaultValue": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "aPreliminarySiteInvestigationAddressingAllIdentifiedAreasOfPotentialEnvironmentalConcernApeCsAndPotentialContaminantsOfConcernPcoCsWasCompletedOneOrMoreSubstancesWereIdentifiedAtConcentrationsExceedingApplicableStandardsOrCriteriaInCsrSchedules313233Or34", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eld5ltb" - }, - { - "label": "A Detailed Site Investigation addressing the locations and extent of all identified areas of environmental concern (AECs) and contaminants of concern (COCs) was completed ", - "tableView": false, - "defaultValue": false, - "key": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd", "type": "checkbox", + "name": "", + "value": "", "input": true, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "eumiccj" + }, + { + "label": "A Detailed Site Investigation addressing the locations and extent of all identified areas of environmental concern (AECs) and contaminants of concern (COCs) was completed ", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "checkbox", + "name": "", + "value": "", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eygk41" + "id": "eib9qi" }, { "label": "And:", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, + "defaultValue": { + "formsTheBasisOfARemediationPlanOrRiskAssessment": false, + "wasTheBasisForRemediationOfTheSite": false, + "theSiteIsClassifiedAsNonHighRiskUnderProtocol12": false + }, "values": [ { "label": "Forms the basis of a remediation plan or risk assessment", @@ -36201,81 +36412,87 @@ "shortcut": "" } ], - "key": "and", - "conditional": { - "show": true, - "when": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd", - "eq": "true" - }, - "type": "selectboxes", - "input": true, - "inputType": "checkbox", - "defaultValue": { - "formsTheBasisOfARemediationPlanOrRiskAssessment": false, - "wasTheBasisForRemediationOfTheSite": false, - "theSiteIsClassifiedAsNonHighRiskUnderProtocol12": false - }, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false }, + "errorLabel": "", + "minSelectedCountMessage": "", + "maxSelectedCountMessage": "", + "errors": "", + "key": "and", + "tags": [], + "properties": { + "apField": "true" + }, + "conditional": { + "show": true, + "when": "aDetailedSiteInvestigationAddressingTheLocationsAndExtentOfAllIdentifiedAreasOfEnvironmentalConcernAeCsAndContaminantsOfConcernCoCsWasCompletedAnd", + "eq": "true", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "selectboxes", + "input": true, + "inputType": "checkbox", + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "fieldSet": false, - "inline": false, - "id": "e7q6e96" + "id": "elcyeja" }, { "label": "When this Summary of Site Condition was prepared", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "Remediation plan had been prepared that provides for remediating all identified locations and respective extent of all contaminants to either CSR numerical or risk-based standards.", @@ -36288,70 +36505,71 @@ "shortcut": "" } ], - "key": "whenThisSummaryOfSiteConditionWasPrepared", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, + "dataType": "", "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false + }, + "errorLabel": "", + "errors": "", + "key": "whenThisSummaryOfSiteConditionWasPrepared", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e7a6n0i" + "id": "eacgpn6", + "defaultValue": "" } ], "placeholder": "", @@ -36410,7 +36628,7 @@ "title": "Panel", "theme": "default", "breadcrumb": "default", - "id": "eezow4k" + "id": "exiriv" }, { "collapsible": false, @@ -36491,13 +36709,23 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "esb466v" + "id": "e1t2929" }, { "label": "Please select", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "The site is classified as risk-managed high risk under Protocol 12.", @@ -36510,70 +36738,71 @@ "shortcut": "" } ], - "key": "pleaseSelect", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, + "dataType": "", "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false + }, + "errorLabel": "", + "errors": "", + "key": "pleaseSelect", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "ephsvqn" + "id": "ecj1mu19", + "defaultValue": "" } ], "placeholder": "", @@ -36632,7 +36861,7 @@ "title": "Panel", "theme": "default", "breadcrumb": "default", - "id": "egnfsi5" + "id": "e991o4" } ], "placeholder": "", @@ -36673,7 +36902,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "evikie" + "id": "ep1b6zp" }, { "title": "SECTION II - Substances Remediated or Standards or Criteria Applied", @@ -36781,8 +37010,19 @@ }, { "label": "Substances Remediated", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "N/A", @@ -36815,71 +37055,79 @@ "shortcut": "" } ], - "key": "substancesRemediated", - "type": "selectboxes", - "input": true, - "inputType": "checkbox", - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false + }, + "errorLabel": "", + "minSelectedCountMessage": "", + "maxSelectedCountMessage": "", + "errors": "", + "key": "substancesRemediated", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "selectboxes", + "input": true, + "inputType": "checkbox", + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "fieldSet": false, - "inline": false, - "id": "euffz0v" + "id": "ezux4ak", + "defaultValue": { + "nA": false, + "soil": false, + "water": false, + "vapour": false, + "sediment": false, + "other": false + } }, { "html": "

Use specific compound names as listed in the Contaminated Sites Regulation Schedules. Please list compounds in columns to aid review.

", @@ -36950,12 +37198,25 @@ }, { "label": "Soil", + "labelPosition": "top", + "description": "", + "tooltip": "", + "disableAddingRemovingRows": false, + "conditionalAddButton": "", "reorder": false, + "addAnother": "", "addAnotherPosition": "bottom", "layoutFixed": false, "enableRowGroups": false, "initEmpty": false, + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "defaultValue": [ { "numericalStandards": "", @@ -36974,11 +37235,52 @@ } } ], + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "minLength": "", + "maxLength": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", "key": "soil", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "soil" + "eq": "soil", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" }, "type": "datagrid", "input": true, @@ -36988,6 +37290,9 @@ "collapsible": false, "hideLabel": true, "key": "soil1", + "properties": { + "apField": "true" + }, "type": "panel", "label": "Panel", "input": false, @@ -36997,6 +37302,9 @@ "label": "Numerical Standards", "tableView": true, "key": "numericalStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37058,7 +37366,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37068,12 +37375,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ewyeebd" + "id": "e37zpe8" }, { "label": "Risk-based standards", "tableView": true, "key": "riskBasedStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37135,7 +37445,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37145,12 +37454,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e1ochz" + "id": "e75oy1" }, { "label": "P2 site specific numerical standards", "tableView": true, "key": "p2SiteSpecificNumericalStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37212,7 +37524,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37222,12 +37533,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e7a3qbc" + "id": "eqpa0ea" }, { "label": "P4 Background concentrations", "tableView": true, "key": "p4BackgroundConcentrations", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37289,7 +37603,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37299,7 +37612,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e9nz4a8" + "id": "edach9r" }, { "label": "What land use has the substance been remediated to in soil? (Please select all that apply)", @@ -37348,15 +37661,27 @@ } ], "key": "whatLandUseHasTheSubstanceBeenRemediatedToInSoilPleaseSelectAllThatApply", + "properties": { + "apField": "true" + }, "type": "selectboxes", "input": true, "inputType": "checkbox", + "defaultValue": { + "il": false, + "cl": false, + "rlhd": false, + "rlld": false, + "pl": false, + "al": false, + "wln": false, + "wlr": false + }, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": null, "protected": false, "unique": false, "persistent": true, @@ -37406,15 +37731,14 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "fieldSet": false, "inline": false, - "id": "ei214eh" + "id": "eofuark" } ], - "id": "ersifrn00000000000", + "id": "eutz63000000", "placeholder": "", "prefix": "", "customClass": "", @@ -37468,7 +37792,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, @@ -37479,68 +37802,41 @@ ], "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, "widget": null, - "attributes": {}, - "validateOn": "change", - "validate": { - "required": false, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "disableAddingRemovingRows": false, - "id": "etqkdcf" + "id": "e948yv" }, { "label": "Water", + "labelPosition": "top", + "description": "", + "tooltip": "", + "disableAddingRemovingRows": false, + "conditionalAddButton": "", "reorder": false, + "addAnother": "", "addAnotherPosition": "bottom", "layoutFixed": false, "enableRowGroups": false, "initEmpty": false, + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "defaultValue": [ { "numericalStandards": "", @@ -37556,11 +37852,52 @@ } } ], + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "minLength": "", + "maxLength": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", "key": "water", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "water" + "eq": "water", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" }, "type": "datagrid", "input": true, @@ -37569,6 +37906,9 @@ "collapsible": false, "hideLabel": true, "key": "panel", + "properties": { + "apField": "true" + }, "type": "panel", "label": "Panel", "input": false, @@ -37578,6 +37918,9 @@ "label": "Numerical Standards", "tableView": true, "key": "numericalStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37639,7 +37982,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37649,12 +37991,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "eeagxql" + "id": "ermwf2" }, { "label": "Risk-based standards", "tableView": true, "key": "riskBasedStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37716,7 +38061,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37726,12 +38070,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ej3jl2l" + "id": "exkqt5m" }, { "label": "P9 Background concentration", "tableView": true, "key": "p9BackgroundConcentration", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -37793,7 +38140,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -37803,7 +38149,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "eqspyqo" + "id": "e6iu9j7" }, { "label": "What water use has the substance been remediated to? (Please select all that apply)", @@ -37842,15 +38188,25 @@ } ], "key": "whatWaterUseHasTheSubstanceBeenRemediatedToPleaseSelectAllThatApply", + "properties": { + "apField": "true" + }, "type": "selectboxes", "input": true, "inputType": "checkbox", + "defaultValue": { + "aquaticLifeAwFresh": false, + "aquaticLifeAwMarine": false, + "irrigationIw": false, + "livestockLw": false, + "drinkingWaterDw": false, + "noWaterUse": false + }, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": null, "protected": false, "unique": false, "persistent": true, @@ -37900,15 +38256,14 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "fieldSet": false, "inline": false, - "id": "eebt3mr" + "id": "e330ei" } ], - "id": "ejsnwxh00000000000", + "id": "e31uav900000", "placeholder": "", "prefix": "", "customClass": "", @@ -37962,7 +38317,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, @@ -37974,79 +38328,93 @@ ], "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, "widget": null, - "attributes": {}, - "validateOn": "change", - "validate": { - "required": false, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "disableAddingRemovingRows": false, - "id": "ennb396" + "id": "egmuvhq" }, { "label": "Vapour", + "labelPosition": "top", + "description": "", + "tooltip": "", + "disableAddingRemovingRows": false, + "conditionalAddButton": "", "reorder": false, + "addAnother": "", "addAnotherPosition": "bottom", "layoutFixed": false, "enableRowGroups": false, "initEmpty": false, + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "defaultValue": [ { "numericalStandards": "", "riskBasedStandards": "" } ], + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "minLength": "", + "maxLength": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", "key": "vapour", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "vapour" + "eq": "vapour", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" }, "type": "datagrid", "input": true, @@ -38055,6 +38423,9 @@ "collapsible": false, "hideLabel": true, "key": "panel", + "properties": { + "apField": "true" + }, "type": "panel", "label": "Panel", "input": false, @@ -38064,6 +38435,9 @@ "label": "Numerical Standards", "tableView": true, "key": "numericalStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -38125,7 +38499,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -38135,12 +38508,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "einjine" + "id": "e2argdm" }, { "label": "Risk-based standards", "tableView": true, "key": "riskBasedStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -38202,7 +38578,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -38212,10 +38587,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e91mka" + "id": "eokwemh" } ], - "id": "ekqfyul00000000000", + "id": "evh2ti0000", "placeholder": "", "prefix": "", "customClass": "", @@ -38269,7 +38644,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, @@ -38281,59 +38655,19 @@ ], "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, "widget": null, - "attributes": {}, - "validateOn": "change", - "validate": { - "required": false, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "disableAddingRemovingRows": false, - "id": "ejkaqya" + "id": "e99tt5" }, { "label": "Sediment", @@ -38359,11 +38693,42 @@ "input": true, "components": [ { + "title": "Panel", + "theme": "default", + "tooltip": "", + "customClass": "", "collapsible": false, + "hidden": false, "hideLabel": true, + "dataGridLabel": false, + "disabled": false, + "modalEdit": false, "key": "panel8", + "tags": [], + "properties": { + "apField": "true" + }, + "customConditional": "", + "conditional": { + "json": "", + "show": null, + "when": null, + "eq": "" + }, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "panel", "label": "Panel", + "breadcrumb": "default", + "tabindex": "", "input": false, "tableView": false, "components": [ @@ -38371,6 +38736,9 @@ "label": "Numerical Standards", "tableView": true, "key": "numericalStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -38432,7 +38800,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -38442,12 +38809,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "efnpkm" + "id": "em9c2r" }, { "label": "Risk-based standards", "tableView": true, "key": "riskBasedStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -38509,7 +38879,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -38519,38 +38888,29 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "eoriizp" + "id": "e79g6zq" } ], - "id": "e967hv00000000000", "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, - "hidden": false, "clearOnHide": false, "refreshOn": "", "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, "labelPosition": "top", "description": "", "errorLabel": "", - "tooltip": "", - "tabindex": "", - "disabled": false, "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, "widget": null, - "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -38560,30 +38920,15 @@ "multiple": false, "unique": false }, - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, "lazyLoad": false, - "title": "Panel", - "theme": "default", - "breadcrumb": "default" + "id": "ey7gr2n0000000000000" } ], "placeholder": "", @@ -38644,23 +38989,77 @@ }, { "label": "Other", + "labelPosition": "top", + "description": "", + "tooltip": "", + "disableAddingRemovingRows": false, + "conditionalAddButton": "", "reorder": false, + "addAnother": "", "addAnotherPosition": "bottom", "layoutFixed": false, "enableRowGroups": false, "initEmpty": false, + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "defaultValue": [ { "numericalStandards": "", "riskBasedStandards": "" } ], + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "minLength": "", + "maxLength": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", "key": "other", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "other" + "eq": "other", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" }, "type": "datagrid", "input": true, @@ -38669,6 +39068,9 @@ "collapsible": false, "hideLabel": true, "key": "panel8", + "properties": { + "apField": "true" + }, "type": "panel", "label": "Panel", "input": false, @@ -38678,6 +39080,9 @@ "label": "Numerical Standards", "tableView": true, "key": "numericalStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -38739,7 +39144,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -38749,12 +39153,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "etu5rsc" + "id": "eiavz8l" }, { "label": "Risk-based standards", "tableView": true, "key": "riskBasedStandards", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -38816,7 +39223,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -38826,10 +39232,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ek7mxz" + "id": "ex2vu9k" } ], - "id": "eb3uncp00000000000", + "id": "e6zxvv2000", "placeholder": "", "prefix": "", "customClass": "", @@ -38883,7 +39289,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, @@ -38895,59 +39300,19 @@ ], "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, "widget": null, - "attributes": {}, - "validateOn": "change", - "validate": { - "required": false, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": true, "lazyLoad": false, - "disableAddingRemovingRows": false, - "id": "e3whrw9" + "id": "ecgb2m" }, { "title": "", @@ -39027,411 +39392,477 @@ }, { "label": "As of the date of signing of this report the approved professional, or approved professionals if more than one, is/are member(s) in good standing of the Roster of Approved Professionals, as maintained by the ministry, and member(s) of the Contaminated Sites Approved Professionals Society (CSAP Society)", + "description": "", + "tooltip": "", + "shortcut": "", + "inputType": "checkbox", + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, "validate": { "required": true, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "key": "asOfTheDateOfSigningOfThisReportTheApprovedProfessionalOrApprovedProfessionalsIfMoreThanOneIsAreMemberSInGoodStandingOfTheRosterOfApprovedProfessionalsAsMaintainedByTheMinistryAndMemberSOfTheContaminatedSitesApprovedProfessionalsSocietyCsapSociety", - "type": "checkbox", - "input": true, - "defaultValue": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", - "description": "", "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "errors": "", + "key": "asOfTheDateOfSigningOfThisReportTheApprovedProfessionalOrApprovedProfessionalsIfMoreThanOneIsAreMemberSInGoodStandingOfTheRosterOfApprovedProfessionalsAsMaintainedByTheMinistryAndMemberSOfTheContaminatedSitesApprovedProfessionalsSocietyCsapSociety", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "ebuc0qn" - }, - { - "label": "The approved professionals signing this Summary of Site Condition have reviewed Table 1, Protocol 6 for Contaminated Sites (Eligibility of Applications for Review by Approved Professionals) and confirm that the Application for Contaminated Sites Services may be processed in the manner for non-high risk sites under the Roster of Approved Professionals process", - "tableView": false, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "key": "theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "e5xdlux" + }, + { + "label": "The approved professionals signing this Summary of Site Condition have reviewed Table 1, Protocol 6 for Contaminated Sites (Eligibility of Applications for Review by Approved Professionals) and confirm that the Application for Contaminated Sites Services may be processed in the manner for non-high risk sites under the Roster of Approved Professionals process", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, + "validate": { + "required": true, + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", + "key": "theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "e3fm8jg" - }, - { - "label": "The reviewer has no obligation to undertake any inquiry into the validity, accuracy or precision of what is reported in the documents reviewed, beyond that which there is reasonable cause to believe that there could be errors or oversights in those reports", - "tableView": false, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "key": "theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "era5fu7" + }, + { + "label": "The reviewer has no obligation to undertake any inquiry into the validity, accuracy or precision of what is reported in the documents reviewed, beyond that which there is reasonable cause to believe that there could be errors or oversights in those reports", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, + "validate": { + "required": true, + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", + "key": "theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "exyczpg" - }, - { - "label": "(as appropriate) The source site has been satisfactorily investigated for all areas of (potential) environmental concern and (potential) contaminants of concern to determine the lateral and vertical extents of contamination with due regard to EMA, the CSR, and the HWR;", - "tableView": false, - "key": "asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "e4upa6p" + }, + { + "label": "(as appropriate) The source site has been satisfactorily investigated for all areas of (potential) environmental concern and (potential) contaminants of concern to determine the lateral and vertical extents of contamination with due regard to EMA, the CSR, and the HWR;", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eqyom27" - }, - { - "label": "(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;", - "tableView": false, - "key": "asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "erxbt5j" + }, + { + "label": "(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "checkbox", + "name": "", + "value": "", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "erd5f4c" + "id": "eua22vu" }, { "label": "(as appropriate) The Screening Level Risk Assessment meets the requirements of Protocol 13;", - "tableView": false, - "key": "asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13", - "type": "checkbox", - "input": true, - "defaultValue": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "checkbox", + "name": "", + "value": "", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eq3epom" + "id": "ewyey0qb" } ], "placeholder": "", @@ -39575,207 +40006,240 @@ }, { "label": "(for AiPs) The submitted remediation plan, if implemented in accordance with the specified conditions imposed in its draft Schedule 'B' of the AIP, will result in the source site being remediated in accordance with the applicable standards of the CSR and the HWR;", - "tableView": false, - "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr", - "type": "checkbox", - "input": true, - "defaultValue": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eos6j9e" - }, - { - "label": "(for AiPs) It is feasible to implement all provisions of the Remediation Plan and to achieve its objectives and the conditions of the AIP within 5 years of issuance of the AIP", - "tableView": false, - "key": "forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "ee3e7pu" + }, + { + "label": "(for AiPs) It is feasible to implement all provisions of the Remediation Plan and to achieve its objectives and the conditions of the AIP within 5 years of issuance of the AIP", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eoo7gi" - }, - { - "label": "(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;", - "tableView": false, - "key": "forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "ew45za" + }, + { + "label": "(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "checkbox", + "name": "", + "value": "", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "e6ovmy5" + "id": "eh917xe" }, { "label": "(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR", @@ -39847,77 +40311,98 @@ }, { "label": "(for CoCs) The onsite management area(s) has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR in accordance with applicable standards as identified in the draft COC;", - "tableView": false, - "key": "forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc", - "type": "checkbox", - "input": true, - "defaultValue": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "checkbox", + "name": "", + "value": "", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eu606ea" + "id": "eyrxe4t" }, { "label": "For CoCs where contamination exists beyond the legal lot boundaries", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "values": [ { "label": "The off-site portion(s) of the site has/have been satisfactorily remediated in accordance with section 53 (3) of the EMA and section 49(2) of the CSR and makes up part of this application", @@ -39930,274 +40415,308 @@ "shortcut": "" } ], - "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries", - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, + "dataType": "", "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "onlyAvailableItems": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, - "unique": false, - "onlyAvailableItems": false + "unique": false + }, + "errorLabel": "", + "errors": "", + "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "ea0silk" + "id": "ee80y5q", + "defaultValue": null }, { "label": "(for CoCs where contamination exists beyond the legal lot boundaries and engineered works are required to prevent recontamination of the site) A signed and stamped design drawing has been provided by a professional engineer for works installed at site boundaries to prevent recontamination of the site. The signatory need not be the Approved Professional signing below.", - "tableView": false, - "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow", - "type": "checkbox", - "input": true, - "defaultValue": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": true, - "labelPosition": "right", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "ep6385h" - }, - { - "label": "(for Determination) In accordance with section 15 (5) of the CSR, the source site a contaminated site under section 44(1) of the Environmental Management Act;", - "tableView": false, - "key": "forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "et0fe76" + }, + { + "label": "(for Determination) In accordance with section 15 (5) of the CSR, the source site a contaminated site under section 44(1) of the Environmental Management Act;", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "ehffzc" - }, - { - "label": "(if a 'direct' final determination) In accordance with section 15 (5) of the CSR, the source site is a contaminated site under section 44 (3) of EMA", - "tableView": false, - "key": "ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma", "type": "checkbox", + "name": "", + "value": "", "input": true, - "defaultValue": false, "placeholder": "", "prefix": "", - "customClass": "", "suffix": "", "multiple": false, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, "refreshOn": "", - "redrawOn": "", - "modalEdit": false, "dataGridLabel": true, "labelPosition": "right", + "widget": null, + "validateOn": "change", + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "id": "eiqm9bq" + }, + { + "label": "(if a 'direct' final determination) In accordance with section 15 (5) of the CSR, the source site is a contaminated site under section 44 (3) of EMA", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "shortcut": "", + "inputType": "checkbox", + "customClass": "", "tabindex": "", - "disabled": false, + "hidden": false, + "hideLabel": false, "autofocus": false, + "disabled": false, + "tableView": false, + "modalEdit": false, + "defaultValue": false, + "persistent": true, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "checkbox", + "name": "", + "value": "", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": true, + "labelPosition": "right", + "widget": null, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", - "value": "", - "name": "", - "id": "eep90z" + "id": "eggvnos" } ], "placeholder": "", @@ -40332,22 +40851,81 @@ }, { "label": "Data Grid", + "labelPosition": "top", + "description": "", + "tooltip": "", + "disableAddingRemovingRows": false, + "conditionalAddButton": "", "reorder": false, + "addAnother": "", "addAnotherPosition": "bottom", "layoutFixed": false, "enableRowGroups": false, "initEmpty": false, + "customClass": "", + "tabindex": "", + "hidden": false, "hideLabel": true, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, "defaultValue": [ { "signatureOfApprovedProfessional": "", "firstName": "", "lastName": "", - "dateSigned": "00/00/0000" + "dateSigned": "00/00/0000", + "dateTime": "" } ], + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "minLength": "", + "maxLength": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "errorLabel": "", + "errors": "", "key": "dataGrid15", + "tags": [], + "properties": { + "apField": "true" + }, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "datagrid", "input": true, "components": [ @@ -40360,6 +40938,9 @@ "label": "Signature of Approved Professional", "tableView": false, "key": "signatureOfApprovedProfessional", + "properties": { + "apField": "true" + }, "type": "signature", "input": true, "placeholder": "", @@ -40418,7 +40999,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "footer": "Sign above", @@ -40429,7 +41009,7 @@ "minWidth": "0.5", "maxWidth": "2.5", "keepOverlayRatio": true, - "id": "emu0cq9" + "id": "ewlajr3" } ], "width": 6, @@ -40445,6 +41025,9 @@ "label": "First Name", "tableView": true, "key": "firstName", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -40506,7 +41089,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -40516,12 +41098,15 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ew0vcz" + "id": "e0un4uf" }, { "label": "Last Name", "tableView": true, "key": "lastName", + "properties": { + "apField": "true" + }, "type": "textfield", "input": true, "placeholder": "", @@ -40583,7 +41168,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, @@ -40593,7 +41177,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e50chig" + "id": "eer81h" }, { "label": "Date", @@ -40614,6 +41198,9 @@ "enableMinDateInput": false, "enableMaxDateInput": false, "key": "dateTime", + "properties": { + "apField": "true" + }, "type": "datetime", "input": true, "widget": { @@ -40687,7 +41274,6 @@ "encrypted": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], "format": "yyyy-MM-dd hh:mm a", @@ -40708,7 +41294,7 @@ "arrowkeys": true }, "customOptions": {}, - "id": "e3sl9i" + "id": "ex1dut" } ], "width": 6, @@ -40723,7 +41309,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ea1ondl00000000000", + "id": "ehf1fa00000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -40788,9 +41374,112 @@ ], "placeholder": "", "prefix": "", + "suffix": "", + "multiple": false, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "widget": null, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "tree": true, + "lazyLoad": false, + "id": "ek4f8h4" + } + ], + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, + "clearOnHide": false, + "refreshOn": "", + "redrawOn": "", + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": null, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "tree": false, + "lazyLoad": false, + "id": "eeqb9do7m" + }, + { + "title": "SECTION III - Arm's Length Review", + "theme": "default", + "tooltip": "", + "customClass": "", + "collapsible": false, + "hidden": false, + "hideLabel": false, + "disabled": false, + "modalEdit": false, + "key": "sectionIiiArmsLengthReview", + "tags": [], + "properties": {}, + "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", + "conditional": { + "json": "", + "show": null, + "when": null, + "eq": "" + }, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "panel", + "label": "Panel", + "breadcrumb": "default", + "tabindex": "", + "input": false, + "tableView": false, + "components": [ + { + "html": "

There may have been an arm’s length review of one or more of the following recommendations to the Director of Waste Management:

 

1. Making a recommendation to a Director in support of an application for an Approval in Principle based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.

2. Making a recommendation to a Director in support of an application for an Approval in Principle based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.

3. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.

4. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.

5. Making a recommendation to a Director in support of an application for site risk classification/reclassification.

6. Making a recommendation to a Director in support of any other application based on risk assessment or risk management (other than a screening level risk assessment) not otherwise described in any other row in this list, as required under a protocol signed by a Director.

If this is the case please have the Approved Professional who carried out the arm’s length review to sign below, specifying the type of arm’s length review done for the site.

", + "label": "Content", + "refreshOnChange": false, + "key": "content60", + "type": "content", + "input": false, + "tableView": false, + "placeholder": "", + "prefix": "", "customClass": "", "suffix": "", "multiple": false, + "defaultValue": null, "protected": false, "unique": false, "persistent": true, @@ -40804,154 +41493,7 @@ "description": "", "errorLabel": "", "tooltip": "", - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "attributes": {}, - "validateOn": "change", - "validate": { - "required": false, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "conditional": { - "show": null, - "when": null, - "eq": "" - }, - "overlay": { - "style": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, - "addons": [], - "tree": true, - "lazyLoad": false, - "disableAddingRemovingRows": false, - "id": "exh3uk" - } - ], - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": false, - "clearOnHide": false, - "refreshOn": "", - "redrawOn": "", - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": null, - "validateOn": "change", - "validate": { - "required": false, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "addons": [], - "tree": false, - "lazyLoad": false, - "id": "eeqb9do7m" - }, - { - "title": "SECTION III - Arm's Length Review", - "theme": "default", - "tooltip": "", - "customClass": "", - "collapsible": false, - "hidden": false, - "hideLabel": false, - "disabled": false, - "modalEdit": false, - "key": "sectionIiiArmsLengthReview", - "tags": [], - "properties": {}, - "customConditional": "if(data.isClientRole === 'true')\n{\n show = false;\n component.disabled = true;\n}\nelse if(data.isApprovedProfessional === 'true')\n{\n show = true;\n component.disabled = false;\n}\nelse\n{ \n component.disabled = true;\n}\n", - "conditional": { - "json": "", - "show": null, - "when": null, - "eq": "" - }, - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "type": "panel", - "label": "Panel", - "breadcrumb": "default", - "tabindex": "", - "input": false, - "tableView": false, - "components": [ - { - "html": "

There may have been an arm’s length review of one or more of the following recommendations to the Director of Waste Management:

 

1. Making a recommendation to a Director in support of an application for an Approval in Principle based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.

2. Making a recommendation to a Director in support of an application for an Approval in Principle based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.

3. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on remediation to numerical standards or a screening level risk assessment where there is offsite migration at the site.

4. Making a recommendation to a Director in support of an application for a Certificate of Compliance based on a risk assessment (other than a screening level risk assessment) and remediation to risk-based standards.

5. Making a recommendation to a Director in support of an application for site risk classification/reclassification.

6. Making a recommendation to a Director in support of any other application based on risk assessment or risk management (other than a screening level risk assessment) not otherwise described in any other row in this list, as required under a protocol signed by a Director.

If this is the case please have the Approved Professional who carried out the arm’s length review to sign below, specifying the type of arm’s length review done for the site.

", - "label": "Content", - "refreshOnChange": false, - "key": "content60", - "type": "content", - "input": false, - "tableView": false, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, + "hideLabel": false, "tabindex": "", "disabled": false, "autofocus": false, @@ -41020,155 +41562,177 @@ "components": [ { "label": "Type of Arm's length Review", + "labelPosition": "top", "placeholder": "Enter number from list above", - "tableView": true, - "key": "typeOfArmsLengthReview", - "type": "textfield", - "input": true, + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "" + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "typeOfArmsLengthReview", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "eftrerl" + "id": "euqe81r", + "defaultValue": "" }, { "label": "Signature of Approved Professional", - "tableView": false, - "key": "signatureOfApprovedProfessional", - "type": "signature", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, + "footer": "Sign above", "labelPosition": "top", + "width": "100%", + "height": "150px", + "backgroundColor": "rgb(245,245,235)", + "penColor": "black", "description": "", - "errorLabel": "", "tooltip": "", - "hideLabel": false, + "customClass": "", "tabindex": "", + "hidden": false, + "hideLabel": false, "disabled": false, - "autofocus": false, - "dbIndex": false, + "tableView": false, + "modalEdit": false, + "persistent": true, + "protected": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, - "validateOn": "change", + "allowCalculateOverride": false, "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "errorLabel": "", + "errors": "", + "key": "signatureOfApprovedProfessional", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "signature", + "input": true, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "unique": false, + "refreshOn": "", + "dataGridLabel": false, + "autofocus": false, + "dbIndex": false, + "widget": { + "type": "input" + }, + "validateOn": "change", "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "footer": "Sign above", - "width": "100%", - "height": "150px", - "penColor": "black", - "backgroundColor": "rgb(245,245,235)", "minWidth": "0.5", "maxWidth": "2.5", "keepOverlayRatio": true, - "id": "eas6rs4" + "id": "epm34rq" } ], "width": 6, @@ -41182,272 +41746,311 @@ "components": [ { "label": "First Name", - "tableView": true, - "key": "firstName", - "type": "textfield", - "input": true, + "labelPosition": "top", "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "" + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "firstName", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "e1oxpx5" + "id": "e3ls716", + "defaultValue": "" }, { "label": "Last Name", - "tableView": true, - "key": "lastName", - "type": "textfield", - "input": true, + "labelPosition": "top", "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", - "customClass": "", "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": true, + "widget": { + "type": "input" + }, + "inputMask": "", + "displayMask": "", + "allowMultipleMasks": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", "hideLabel": false, - "tabindex": "", - "disabled": false, + "showWordCount": false, + "showCharCount": false, + "mask": false, "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "plain", + "protected": false, "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "" + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "lastName", + "tags": [], + "properties": { + "apField": "true" }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, - "allowMultipleMasks": false, + "type": "textfield", + "input": true, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "mask": false, "inputType": "text", - "inputFormat": "plain", - "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "id": "e2czwbk" + "id": "emrs2sm", + "defaultValue": "" }, { "label": "Date", + "labelPosition": "top", + "displayInTimezone": "viewer", + "useLocaleSettings": false, + "allowInput": true, + "format": "yyyy-MM-dd hh:mm a", + "placeholder": "", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": false, "tableView": false, + "modalEdit": false, + "shortcutButtons": [], + "enableDate": true, "datePicker": { + "disable": "", + "disableFunction": "", "disableWeekends": false, "disableWeekdays": false, + "minDate": null, + "maxDate": null, "showWeeks": true, "startingDay": 0, "initDate": "", "minMode": "day", "maxMode": "year", "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "yearColumns": 5 }, - "enableMinDateInput": false, - "enableMaxDateInput": false, - "key": "date", - "type": "datetime", - "input": true, - "widget": { - "type": "calendar", - "displayInTimezone": "viewer", - "locale": "en", - "useLocaleSettings": false, - "allowInput": true, - "mode": "single", - "enableTime": true, - "noCalendar": false, - "format": "yyyy-MM-dd hh:mm a", - "hourIncrement": 1, - "minuteIncrement": 1, - "time_24hr": false, - "minDate": null, - "disableWeekends": false, - "disableWeekdays": false, - "maxDate": null + "enableTime": true, + "timePicker": { + "showMeridian": true, + "hourStep": 1, + "minuteStep": 1, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true }, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", "multiple": false, "defaultValue": "", - "protected": false, - "unique": false, + "defaultDate": "", + "customOptions": {}, "persistent": true, - "hidden": false, - "clearOnHide": true, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", - "errorLabel": "", - "tooltip": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, - "autofocus": false, + "protected": false, "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "attributes": {}, + "allowCalculateOverride": false, "validateOn": "change", "validate": { "required": false, + "customMessage": "", "custom": "", "customPrivate": false, + "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "enableMinDateInput": false, + "enableMaxDateInput": false, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "date", + "tags": [], + "properties": { + "apField": "true" + }, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, + "type": "datetime", + "timezone": "", + "input": true, + "widget": { + "type": "calendar", + "displayInTimezone": "viewer", + "locale": "en", + "useLocaleSettings": false, + "allowInput": true, + "mode": "single", + "enableTime": true, + "noCalendar": false, + "format": "yyyy-MM-dd hh:mm a", + "hourIncrement": 1, + "minuteIncrement": 1, + "time_24hr": false, + "minDate": null, + "disabledDates": "", + "disableWeekends": false, + "disableWeekdays": false, + "disableFunction": "", + "maxDate": null + }, + "prefix": "", + "suffix": "", + "refreshOn": "", + "dataGridLabel": false, "showCharCount": false, "showWordCount": false, - "properties": {}, "allowMultipleMasks": false, "addons": [], - "format": "yyyy-MM-dd hh:mm a", - "useLocaleSettings": false, - "allowInput": true, - "enableDate": true, - "enableTime": true, - "defaultDate": "", - "displayInTimezone": "viewer", - "timezone": "", "datepickerMode": "day", - "timePicker": { - "hourStep": 1, - "minuteStep": 1, - "showMeridian": true, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true - }, - "customOptions": {}, - "id": "eerbx4m" + "id": "ef85qz8" } ], "width": 6, @@ -41462,7 +42065,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "eks09m0000000000", + "id": "eks09m0000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -42452,7 +43055,7 @@ "refreshOn": "", "addons": [], "inputType": "text", - "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "defaultValue": "" } ], diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json index 0c35b44f..683b33c3 100644 --- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json +++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json @@ -10,6 +10,91 @@ "common" ], "components": [ + { + "label": "Text Area", + "autoExpand": false, + "hideLabel": true, + "tableView": true, + "clearOnHide": false, + "validate": { + "custom": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", + "required": false, + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "", + "minWords": "", + "maxWords": "" + }, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, + "hidden": false, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputFormat": "html", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", + "fixedSize": true, + "id": "extesgg" + }, { "label": "hiddenUserIdForFormSharingApplicantAsOwner", "customClass": "", @@ -7617,7 +7702,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "ehmz9lv00000000" + "id": "ehmz9lv0000000000000" } ], "placeholder": "", @@ -9260,7 +9345,7 @@ } ], "collapsible": false, - "id": "ewhx8sm00000000", + "id": "ewhx8sm0000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18428,7 +18513,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "elva8800000000", + "id": "elva880000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18508,7 +18593,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "ey48nu00000000", + "id": "ey48nu0000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18883,7 +18968,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyxe45n00000000", + "id": "eyxe45n0000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18976,7 +19061,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "efdcvf00000000", + "id": "efdcvf0000000000000", "prefix": "", "customClass": "", "suffix": "", @@ -19190,7 +19275,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "emf4u7g00000000", + "id": "emf4u7g0000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20242,7 +20327,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "ev43oe900000000", + "id": "ev43oe90000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20322,7 +20407,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "eb3d0l00000000", + "id": "eb3d0l0000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20697,7 +20782,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyv4fcu00000000", + "id": "eyv4fcu0000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20790,7 +20875,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "ecgeub00000000", + "id": "ecgeub0000000000000", "prefix": "", "customClass": "", "suffix": "", @@ -21004,7 +21089,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eguyyh00000000", + "id": "eguyyh0000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json index f8a7cea2..af57b553 100644 --- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json +++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json @@ -10,6 +10,91 @@ "common" ], "components": [ + { + "label": "Text Area", + "autoExpand": false, + "hideLabel": true, + "tableView": true, + "clearOnHide": false, + "validate": { + "custom": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", + "required": false, + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "", + "minWords": "", + "maxWords": "" + }, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, + "hidden": false, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputFormat": "html", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", + "fixedSize": true, + "id": "ejtv7pn" + }, { "label": "hiddenUserIdForFormSharingWithDiffOwner", "customClass": "", @@ -5488,7 +5573,7 @@ "attributes": {}, "components": [ { - "id": "eh8z2bfa0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "panel", "tags": [], "tree": false, @@ -36017,7 +36102,7 @@ } ], "collapsible": false, - "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json index 4bbaec65..57e5b902 100644 --- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json +++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json @@ -10,6 +10,100 @@ "common" ], "components": [ + { + "label": "Text Area", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", + "autoExpand": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textArea", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "e9io2y1", + "defaultValue": "" + }, { "title": "Reviewer Actions", "collapsible": false, @@ -9078,7 +9172,7 @@ "attributes": {}, "components": [ { - "id": "epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "epivnsp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -9155,7 +9249,7 @@ "truncateMultipleSpaces": false }, { - "id": "el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el3hlvr0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", @@ -9900,7 +9994,7 @@ "attributes": {}, "components": [ { - "id": "esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esedw40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -9977,7 +10071,7 @@ "truncateMultipleSpaces": false }, { - "id": "esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esor9060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", @@ -10719,7 +10813,7 @@ "attributes": {}, "components": [ { - "id": "ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej0y410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -10796,7 +10890,7 @@ "truncateMultipleSpaces": false }, { - "id": "e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e8qg9fh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", @@ -11544,7 +11638,7 @@ "attributes": {}, "components": [ { - "id": "eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eevqmo9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -11621,7 +11715,7 @@ "truncateMultipleSpaces": false }, { - "id": "et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "et223l3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json index dd6d423e..c064a7ea 100644 --- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json +++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json @@ -10,6 +10,100 @@ "common" ], "components": [ + { + "label": "Text Area", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", + "autoExpand": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textArea", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "e9wi8y8", + "defaultValue": "" + }, { "title": "Reviewer Actions", "theme": "default", @@ -1213,7 +1307,7 @@ "attributes": {}, "components": [ { - "id": "ea2btv00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "Panel-InformationForAffectedAndLikelyAffectedParcels", "tree": false, "type": "panel", @@ -9085,7 +9179,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emrk44b0000000000000000000000" + "id": "emrk44b00000000000000000000000000" } ], "errorLabel": "", diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json index 5602d76b..4fa99aba 100644 --- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json +++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json @@ -10,6 +10,100 @@ "common" ], "components": [ + { + "label": "Text Area", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", + "autoExpand": false, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, + "tableView": true, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", + "validate": { + "required": false, + "pattern": "", + "customMessage": "", + "custom": "", + "customPrivate": false, + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "unique": false, + "errorLabel": "", + "errors": "", + "key": "textArea", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "e74ingu", + "defaultValue": "" + }, { "title": "Reviewer Actions", "theme": "default", @@ -5069,7 +5163,7 @@ "attributes": {}, "components": [ { - "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "spropertyOwnerAndOrOperator", "tree": false, "type": "panel", @@ -14481,7 +14575,7 @@ "attributes": {}, "components": [ { - "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "exposurePathwayQuestionnaireAffectedParcel", "tree": false, "type": "panel", @@ -18424,7 +18518,7 @@ } ], "collapsible": false, - "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl index f9a5183f..9f82166c 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services From 0469ca0aac5bb55be3083436b53dd8f713ea07ba Mon Sep 17 00:00:00 2001 From: midhun-aot <105463561+midhun-aot@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:41:34 -0800 Subject: [PATCH 35/44] Update nom_application.ftl --- .../forms-flow-bpm/templates/nom_application.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl index 9f82166c..f192643b 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services @@ -66,4 +66,4 @@
- \ No newline at end of file + From 40ab1ccab08b3eb0913a41e50085689329894c1b Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 7 Dec 2023 10:48:11 -0800 Subject: [PATCH 36/44] custom docker file for kafka log control --- etl/debezium-kafka/Dockerfile | 8 +++ etl/debezium-kafka/connect-log4j.properties | 67 +++++++++++++++++++++ etl/debezium-kafka/log4j.properties | 67 +++++++++++++++++++++ etl/docker-compose.yaml | 2 + 4 files changed, 144 insertions(+) create mode 100644 etl/debezium-kafka/Dockerfile create mode 100644 etl/debezium-kafka/connect-log4j.properties create mode 100644 etl/debezium-kafka/log4j.properties diff --git a/etl/debezium-kafka/Dockerfile b/etl/debezium-kafka/Dockerfile new file mode 100644 index 00000000..68f6e4a4 --- /dev/null +++ b/etl/debezium-kafka/Dockerfile @@ -0,0 +1,8 @@ +ARG DEBEZIUM_VERSION + + +FROM debezium/kafka:1.9 + + +COPY connect-log4j.properties /kafka/config/ +COPY log4j.properties /kafka/config/ \ No newline at end of file diff --git a/etl/debezium-kafka/connect-log4j.properties b/etl/debezium-kafka/connect-log4j.properties new file mode 100644 index 00000000..52bd0b19 --- /dev/null +++ b/etl/debezium-kafka/connect-log4j.properties @@ -0,0 +1,67 @@ +kafka.logs.dir=logs + +log4j.rootLogger=ERROR, stdout + +# Disable excessive reflection warnings - KAFKA-5229 +log4j.logger.org.reflections=ERROR + +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.threshold=ERROR +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.kafkaAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.kafkaAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.kafkaAppender.File=${kafka.logs.dir}/server.log +log4j.appender.kafkaAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.kafkaAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.stateChangeAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.stateChangeAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.stateChangeAppender.File=${kafka.logs.dir}/state-change.log +log4j.appender.stateChangeAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.stateChangeAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.requestAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.requestAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.requestAppender.File=${kafka.logs.dir}/kafka-request.log +log4j.appender.requestAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.requestAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.cleanerAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.cleanerAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.cleanerAppender.File=${kafka.logs.dir}/log-cleaner.log +log4j.appender.cleanerAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.cleanerAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.controllerAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.controllerAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.controllerAppender.File=${kafka.logs.dir}/controller.log +log4j.appender.controllerAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.controllerAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +# Turn on all our debugging info +#log4j.logger.kafka.producer.async.DefaultEventHandler=DEBUG, kafkaAppender +#log4j.logger.kafka.client.ClientUtils=DEBUG, kafkaAppender +#log4j.logger.kafka.perf=DEBUG, kafkaAppender +#log4j.logger.kafka.perf.ProducerPerformance$ProducerThread=DEBUG, kafkaAppender +#log4j.logger.org.I0Itec.zkclient.ZkClient=DEBUG +log4j.logger.kafka=ERROR, kafkaAppender + +log4j.logger.kafka.network.RequestChannel$=ERROR, requestAppender +log4j.additivity.kafka.network.RequestChannel$=false + +#log4j.logger.kafka.network.Processor=TRACE, requestAppender +#log4j.logger.kafka.server.KafkaApis=TRACE, requestAppender +#log4j.additivity.kafka.server.KafkaApis=false +log4j.logger.kafka.request.logger=ERROR, requestAppender +log4j.additivity.kafka.request.logger=false + +log4j.logger.kafka.controller=ERROR, controllerAppender +log4j.additivity.kafka.controller=false + +log4j.logger.kafka.log.LogCleaner=ERROR, cleanerAppender +log4j.additivity.kafka.log.LogCleaner=false + +log4j.logger.state.change.logger=ERROR, stateChangeAppender +log4j.additivity.state.change.logger=false diff --git a/etl/debezium-kafka/log4j.properties b/etl/debezium-kafka/log4j.properties new file mode 100644 index 00000000..52bd0b19 --- /dev/null +++ b/etl/debezium-kafka/log4j.properties @@ -0,0 +1,67 @@ +kafka.logs.dir=logs + +log4j.rootLogger=ERROR, stdout + +# Disable excessive reflection warnings - KAFKA-5229 +log4j.logger.org.reflections=ERROR + +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.threshold=ERROR +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.kafkaAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.kafkaAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.kafkaAppender.File=${kafka.logs.dir}/server.log +log4j.appender.kafkaAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.kafkaAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.stateChangeAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.stateChangeAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.stateChangeAppender.File=${kafka.logs.dir}/state-change.log +log4j.appender.stateChangeAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.stateChangeAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.requestAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.requestAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.requestAppender.File=${kafka.logs.dir}/kafka-request.log +log4j.appender.requestAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.requestAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.cleanerAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.cleanerAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.cleanerAppender.File=${kafka.logs.dir}/log-cleaner.log +log4j.appender.cleanerAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.cleanerAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +log4j.appender.controllerAppender=org.apache.log4j.DailyRollingFileAppender +log4j.appender.controllerAppender.DatePattern='.'yyyy-MM-dd-HH +log4j.appender.controllerAppender.File=${kafka.logs.dir}/controller.log +log4j.appender.controllerAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.controllerAppender.layout.ConversionPattern=%d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + +# Turn on all our debugging info +#log4j.logger.kafka.producer.async.DefaultEventHandler=DEBUG, kafkaAppender +#log4j.logger.kafka.client.ClientUtils=DEBUG, kafkaAppender +#log4j.logger.kafka.perf=DEBUG, kafkaAppender +#log4j.logger.kafka.perf.ProducerPerformance$ProducerThread=DEBUG, kafkaAppender +#log4j.logger.org.I0Itec.zkclient.ZkClient=DEBUG +log4j.logger.kafka=ERROR, kafkaAppender + +log4j.logger.kafka.network.RequestChannel$=ERROR, requestAppender +log4j.additivity.kafka.network.RequestChannel$=false + +#log4j.logger.kafka.network.Processor=TRACE, requestAppender +#log4j.logger.kafka.server.KafkaApis=TRACE, requestAppender +#log4j.additivity.kafka.server.KafkaApis=false +log4j.logger.kafka.request.logger=ERROR, requestAppender +log4j.additivity.kafka.request.logger=false + +log4j.logger.kafka.controller=ERROR, controllerAppender +log4j.additivity.kafka.controller=false + +log4j.logger.kafka.log.LogCleaner=ERROR, cleanerAppender +log4j.additivity.kafka.log.LogCleaner=false + +log4j.logger.state.change.logger=ERROR, stateChangeAppender +log4j.additivity.state.change.logger=false diff --git a/etl/docker-compose.yaml b/etl/docker-compose.yaml index 579f5c39..e378896a 100644 --- a/etl/docker-compose.yaml +++ b/etl/docker-compose.yaml @@ -8,6 +8,8 @@ services: - 3888:3888 kafka: image: debezium/kafka:${DEBEZIUM_VERSION} + build: + context: debezium-kafka ports: - 9092:9092 links: From 3983ee56bcf4fcb0d5e7205a501349d401f01053 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 7 Dec 2023 13:41:54 -0800 Subject: [PATCH 37/44] build and deployment file changes --- etl/ReadMe.md | 54 ++++++++++++++++- etl/debezium-kafka/Dockerfile | 2 - etl/register-oracle-jdbc-sink-connector.json | 6 +- .../templates/etl/debezium-kafka.build.yaml | 59 +++++++++++++++++++ .../templates/etl/debezium-kafka.deploy.yaml | 13 +++- 5 files changed, 127 insertions(+), 7 deletions(-) create mode 100644 openshift/templates/etl/debezium-kafka.build.yaml diff --git a/etl/ReadMe.md b/etl/ReadMe.md index 6808de55..7bc95c96 100644 --- a/etl/ReadMe.md +++ b/etl/ReadMe.md @@ -37,11 +37,50 @@ jdbc:oracle:thin:@(description=(address=(protocol=tcps)(host=172.18.215.225.nip. # Create sample data in postgresql using init.sql +# OpenShift Build and Deploy process + +## 1. Build custom postgis + +``` + oc process -f debezium-postgis.build.yaml |oc apply -f - +``` + +## 2. Build kafka jdbc connect component + +``` + oc process -f debezium-jdbc.build.yaml --param-file=.env |oc apply -f - +``` + +## 3. Build kafka broker. +``` + oc process -f debezium-kafka.build.yaml |oc apply -f - +``` + +## 4. Deploy postgis (switch to correct project for env before this step) +``` + oc process -f debezium-postgis.deploy.yaml |oc apply -f - +``` +## 5. Deploy zookeeper +``` + oc process -f debezium-zookeeper.deploy.yaml |oc apply -f - +``` +## 6. Deploy kafka +``` + oc process -f debezium-kafka.deploy.yaml |oc apply -f - +``` +## 7. Deploy kafka-jdbc connect. +``` + oc process -f debezium-jdbc.deploy.yaml |oc apply -f - +``` # Register postgresql connector ``` curl -H "Content-Type: application/json" -d @register-postgres-source-connector.json http://localhost:8083/connectors/ +curl -H "Content-Type: application/json" -d @register-postgres-source-connector.json https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/ + + + ``` # Register Oracle jdbc sink connector @@ -49,6 +88,9 @@ curl -H "Content-Type: application/json" -d @register-postgres-source-connector. ``` curl -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json http://localhost:8083/connectors/ +curl -H "Content-Type: application/json" -d @register-oracle-jdbc-sink-connector.json https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/ + + ``` # Test with a kafka console consumer. @@ -67,6 +109,16 @@ curl -X DELETE localhost:8083/connectors/ curl -X DELETE localhost:8083/connectors/oracle-jdbc-sink-connector curl -X DELETE localhost:8083/connectors/postgres-source-connector -``` + +curl -X DELETE https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/oracle-jdbc-sink-connector +curl -X DELETE https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors/postgres-source-connector + +``` + +# Get all connectors registered. +``` +curl localhost:8083/connectors/ +curl https://debezium-jdbc-latest.apps.silver.devops.gov.bc.ca/connectors +``` diff --git a/etl/debezium-kafka/Dockerfile b/etl/debezium-kafka/Dockerfile index 68f6e4a4..29d7ae26 100644 --- a/etl/debezium-kafka/Dockerfile +++ b/etl/debezium-kafka/Dockerfile @@ -1,5 +1,3 @@ -ARG DEBEZIUM_VERSION - FROM debezium/kafka:1.9 diff --git a/etl/register-oracle-jdbc-sink-connector.json b/etl/register-oracle-jdbc-sink-connector.json index b72a9285..0addcae8 100644 --- a/etl/register-oracle-jdbc-sink-connector.json +++ b/etl/register-oracle-jdbc-sink-connector.json @@ -6,7 +6,7 @@ "topics.regex": "dbserver1.public.(.*)", "connection.url": "jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(PORT=1543)(HOST=nrcdb01.bcgov))(CONNECT_DATA=(SERVICE_NAME=SD57387.NRS.BCGOV))(SECURITY=(ssl_server_cert_dn=\"CN=nrcdb01.bcgov\")))", "connection.user": "JAITHOMA", - "connection.password": "jaithoma#1020", + "connection.password": "xxxxx", "dialect.name": "OracleDatabaseDialect", "security.protocol":"SSL", "ssl.enabled.protocols": "TLSv1.2,TLSv1.1", @@ -16,7 +16,9 @@ "table.name.format" : "SIS.${topic}", "delete.enabled": "true", "pk.mode": "record_key", - "insert.mode": "upsert", + "insert.mode": "upsert", + "max.retries": "30", + "retry.backoff.ms": "10000", "quote.sql.identifiers": "never", "transforms":"route,ConvertCreatedTimestamp,ConvertUpdatedTimestamp,topicCase", "transforms.route.type": "org.apache.kafka.connect.transforms.RegexRouter", diff --git a/openshift/templates/etl/debezium-kafka.build.yaml b/openshift/templates/etl/debezium-kafka.build.yaml new file mode 100644 index 00000000..b77e417b --- /dev/null +++ b/openshift/templates/etl/debezium-kafka.build.yaml @@ -0,0 +1,59 @@ +--- +kind: Template +apiVersion: template.openshift.io/v1 +metadata: + name: "${API_NAME}-build-template" + creationTimestamp: +objects: +- kind: ImageStream + apiVersion: v1 + metadata: + name: "${API_NAME}" +- kind: BuildConfig + apiVersion: v1 + metadata: + name: "${API_NAME}-build" + labels: + app: "${API_NAME}-build" + spec: + runPolicy: Serial + source: + type: Git + git: + uri: "${GIT_REPO_URL}" + ref: "${GIT_REF}" + contextDir: "${SOURCE_CONTEXT_DIR}" + strategy: + type: Docker + dockerStrategy: + dockerfilePath: "${DOCKER_FILE_PATH}" + output: + to: + kind: ImageStreamTag + name: "${API_NAME}:latest" +parameters: +- name: API_NAME + displayName: Name + description: The name assigned to all of the resources defined in this template. + required: true + value: debezium-kafka +- name: GIT_REPO_URL + displayName: Git Repo URL + description: The URL to your GIT repo. + required: true + value: https://github.com/bcgov/nr-epd-digital-services +- name: GIT_REF + displayName: Git Reference + description: The git reference or branch. + required: true + value: fix/task-164 +- name: SOURCE_CONTEXT_DIR + displayName: Source Context Directory + description: The source context directory. + required: false + value: etl/debezium-kafka +- name: DOCKER_FILE_PATH + displayName: Docker File Path + description: The path to the docker file defining the build. + required: false + value: "Dockerfile" \ No newline at end of file diff --git a/openshift/templates/etl/debezium-kafka.deploy.yaml b/openshift/templates/etl/debezium-kafka.deploy.yaml index 5fc8c37b..4d2717c2 100644 --- a/openshift/templates/etl/debezium-kafka.deploy.yaml +++ b/openshift/templates/etl/debezium-kafka.deploy.yaml @@ -26,6 +26,15 @@ objects: maxSurge: 25% triggers: - type: ConfigChange + - type: ImageChange + imageChangeParams: + automatic: true + containerNames: + - "${API_NAME}" + from: + kind: ImageStreamTag + namespace: "${IMAGE_NAMESPACE}" + name: "${API_NAME}:${TAG_NAME}" replicas: 1 test: false selector: @@ -42,7 +51,7 @@ objects: spec: containers: - name: "${API_NAME}" - image: debezium/kafka:1.9 + image: "${API_NAME}" imagePullPolicy: Always ports: - containerPort: 9092 @@ -108,4 +117,4 @@ parameters: displayName: Environment TAG name description: The TAG name for this environment, e.g., dev, test, prod required: true - value: dev \ No newline at end of file + value: latest \ No newline at end of file From ad527f7cf5b5470430739db9c46a9299aa79c410 Mon Sep 17 00:00:00 2001 From: jaise-aot Date: Thu, 7 Dec 2023 13:46:34 -0800 Subject: [PATCH 38/44] update branch to dev --- openshift/templates/etl/debezium-kafka.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/etl/debezium-kafka.build.yaml b/openshift/templates/etl/debezium-kafka.build.yaml index b77e417b..79fafc3e 100644 --- a/openshift/templates/etl/debezium-kafka.build.yaml +++ b/openshift/templates/etl/debezium-kafka.build.yaml @@ -46,7 +46,7 @@ parameters: displayName: Git Reference description: The git reference or branch. required: true - value: fix/task-164 + value: dev - name: SOURCE_CONTEXT_DIR displayName: Source Context Directory description: The source context directory. From c1ad01d2fa9639112ef917baa2b1e1ec85b52f39 Mon Sep 17 00:00:00 2001 From: Eric Ribeiro Date: Tue, 19 Dec 2023 13:39:43 -0800 Subject: [PATCH 39/44] feat: update logo URL in templates --- .../forms-flow-bpm/templates/nir_application.ftl | 2 +- .../forms-flow-bpm/templates/nom_application.ftl | 2 +- .../forms-flow-bpm/templates/request_updated.ftl | 2 +- .../forms-flow-bpm/templates/sds_application.ftl | 2 +- .../forms-flow-bpm/templates/sir_application_approved.ftl | 2 +- .../forms-flow-bpm/templates/sir_application_rejected.ftl | 2 +- .../forms-flow-bpm/templates/sosc_application.ftl | 2 +- .../forms-flow-bpm/templates/srcr_application.ftl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl index 589119be..12a1861f 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nir_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl index f192643b..132ed8d2 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/nom_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl index 1c80efeb..3787228f 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/request_updated.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl index b30b10c0..de0f8f16 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sds_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl index ec517a39..d2790531 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_approved.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_rejected.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_rejected.ftl index e45788bc..e3733d6a 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_rejected.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sir_application_rejected.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl index cae23103..4c0ba83f 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/sosc_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl index 70d86bed..485bfc2a 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/templates/srcr_application.ftl @@ -12,7 +12,7 @@
- + Site Remediation Services From e95ca4f8045902a57e01977b64360e15fff2a188 Mon Sep 17 00:00:00 2001 From: Eric Ribeiro Date: Tue, 19 Dec 2023 13:41:27 -0800 Subject: [PATCH 40/44] feat: include the new `APP_HOST` variable in the compose file --- forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml index 41756372..ae008742 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/docker-compose.yml @@ -76,6 +76,7 @@ services: - CHES_SECRET=56b613b2-fbf8-481a-b464-38967c66e066 - CHES_AUTH_URL=https://dev.loginproxy.gov.bc.ca/auth/realms/comsvcauth/protocol/openid-connect/token - CHES_HOST_URL=https://ches-dev.api.gov.bc.ca + - APP_HOST=${APP_HOST:-epd-frontend-dev.apps.silver.devops.gov.bc.ca} networks: - forms-flow-bpm-network From eb5df667672121be55c27118ad12da0bac85e0bd Mon Sep 17 00:00:00 2001 From: Eric Ribeiro Date: Tue, 19 Dec 2023 13:46:29 -0800 Subject: [PATCH 41/44] feat: update workflow to fetch and set `host` --- .../processes/Common/CommonEmailWorkflow.bpmn | 63 ++++++++++--------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn index 0ba457da..77d2b5df 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn @@ -1,5 +1,5 @@ - + Flow_15fflso @@ -120,6 +120,11 @@ system.out.println ("result: "+result); ${category} + + const host = (java.lang.System).getenv('APP_HOST'); +console.log(`Host: ${host}`); +execution.setVariable("host", host); + dmnResult.get("support") @@ -146,34 +151,6 @@ system.out.println ("result: "+result); - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -205,6 +182,34 @@ system.out.println ("result: "+result); + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 25c84a7f5bc173b97647c10fe2af217a97f6dda4 Mon Sep 17 00:00:00 2001 From: Eric Ribeiro Date: Tue, 19 Dec 2023 17:32:08 -0800 Subject: [PATCH 42/44] refactor: change logger to match style in other places --- .../forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn index 77d2b5df..f0be9a38 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Common/CommonEmailWorkflow.bpmn @@ -122,7 +122,7 @@ system.out.println ("result: "+result); ${category} const host = (java.lang.System).getenv('APP_HOST'); -console.log(`Host: ${host}`); +console.log(`host: ${host}`); execution.setVariable("host", host); From ba82c0599ab43b588f428d1a9511549b1481fdce Mon Sep 17 00:00:00 2001 From: midhun-aot Date: Tue, 26 Dec 2023 13:46:20 -0800 Subject: [PATCH 43/44] added srcr keys to the logic to disable the form fields --- .../epd-forms/Site Disclosure Statements.json | 111 ++++++------ .../Site Information Request Application.json | 103 +++++------ .../Site Risk Classification Report.json | 112 ++++++------ .../epd-forms/Summary of Site Condition.json | 166 +++++++++--------- ...nated Sites Services Application Form.json | 141 ++++++++------- ... Ecological Risk Assessment Checklist.json | 38 ++-- ...tification of Independent Remediation.json | 117 ++++++------ ...ication of Likely or Actual Migration.json | 10 +- .../Site Risk Classification Report.json | 107 ++++++----- 9 files changed, 437 insertions(+), 468 deletions(-) diff --git a/forms-flow-ai/epd-forms/Site Disclosure Statements.json b/forms-flow-ai/epd-forms/Site Disclosure Statements.json index 14d471cf..0f310cee 100644 --- a/forms-flow-ai/epd-forms/Site Disclosure Statements.json +++ b/forms-flow-ai/epd-forms/Site Disclosure Statements.json @@ -12,97 +12,88 @@ "components": [ { "label": "Text Area", - "labelPosition": "top", + "autoExpand": false, + "tableView": true, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "displayMask": "", - "editor": "", - "autoExpand": false, "customClass": "", - "tabindex": "", - "autocomplete": "", - "hidden": false, - "hideLabel": true, - "showWordCount": false, - "showCharCount": false, - "autofocus": false, - "spellcheck": true, - "disabled": false, - "tableView": true, - "modalEdit": false, + "suffix": "", "multiple": false, - "persistent": true, - "inputFormat": "html", + "defaultValue": null, "protected": false, - "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, + "unique": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", "redrawOn": "", - "clearOnHide": false, + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, "validateOn": "change", "validate": { "required": false, - "pattern": "", - "customMessage": "", - "custom": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", + "custom": "", "customPrivate": false, - "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false, "minLength": "", "maxLength": "", + "pattern": "", "minWords": "", - "maxWords": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "maxWords": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "textArea", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif((userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}\n\nshow = false", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textarea", - "rows": 3, - "wysiwyg": false, - "input": true, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, "inputType": "text", + "inputFormat": "html", "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", "fixedSize": true, - "id": "ewrstoc", - "defaultValue": "" + "id": "ekiu1wn" }, { "title": "Panel", @@ -7222,7 +7213,7 @@ } ], "collapsible": false, - "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e7nge5b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -7696,7 +7687,7 @@ } ], "collapsible": false, - "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eapos760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -7912,7 +7903,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e7fs5c50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/Site Information Request Application.json b/forms-flow-ai/epd-forms/Site Information Request Application.json index 9892e084..da145998 100644 --- a/forms-flow-ai/epd-forms/Site Information Request Application.json +++ b/forms-flow-ai/epd-forms/Site Information Request Application.json @@ -12,97 +12,88 @@ "components": [ { "label": "Text Area", - "labelPosition": "top", + "autoExpand": false, + "tableView": true, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "displayMask": "", - "editor": "", - "autoExpand": false, "customClass": "", - "tabindex": "", - "autocomplete": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "html", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, "validateOn": "change", "validate": { "required": false, - "pattern": "", - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false, "minLength": "", "maxLength": "", + "pattern": "", "minWords": "", - "maxWords": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "maxWords": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "textArea", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textarea", - "rows": 3, - "wysiwyg": false, - "input": true, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, "inputType": "text", + "inputFormat": "html", "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", "fixedSize": true, - "id": "emv5sb5", - "defaultValue": "" + "id": "e8yaxo" }, { "title": "Reviewer Actions", @@ -5764,7 +5755,7 @@ "attributes": {}, "components": [ { - "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ecmzjdn0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "panel", "tree": false, "type": "panel", diff --git a/forms-flow-ai/epd-forms/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/Site Risk Classification Report.json index 631a75cb..f038346b 100644 --- a/forms-flow-ai/epd-forms/Site Risk Classification Report.json +++ b/forms-flow-ai/epd-forms/Site Risk Classification Report.json @@ -11,91 +11,89 @@ ], "components": [ { - "label": "Text Field", - "labelPosition": "top", + "label": "Text Area", + "autoExpand": false, + "tableView": true, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "inputMask": "", - "displayMask": "", - "allowMultipleMasks": false, "customClass": "", - "tabindex": "", - "autocomplete": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "mask": false, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, "validateOn": "change", "validate": { "required": false, - "pattern": "", - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", - "minLength": "", - "maxLength": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "", + "minWords": "", + "maxWords": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "textField", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "erdvja", - "defaultValue": "" + "inputFormat": "html", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", + "fixedSize": true, + "id": "e0p1un" }, { "title": "Reviewer Actions", @@ -4305,7 +4303,7 @@ "attributes": {}, "components": [ { - "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "spropertyOwnerAndOrOperator", "tree": false, "type": "panel", @@ -13715,7 +13713,7 @@ "attributes": {}, "components": [ { - "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "exposurePathwayQuestionnaireAffectedParcel", "tree": false, "type": "panel", @@ -17658,7 +17656,7 @@ } ], "collapsible": false, - "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/Summary of Site Condition.json b/forms-flow-ai/epd-forms/Summary of Site Condition.json index e2a571f6..f7341a22 100644 --- a/forms-flow-ai/epd-forms/Summary of Site Condition.json +++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json @@ -11,91 +11,89 @@ ], "components": [ { - "label": "Text Field", - "labelPosition": "top", + "label": "Text Area", + "autoExpand": false, + "tableView": true, + "key": "textAreaHidden", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "inputMask": "", - "displayMask": "", - "allowMultipleMasks": false, "customClass": "", - "tabindex": "", - "autocomplete": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "mask": false, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, "validateOn": "change", "validate": { "required": false, - "pattern": "", - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", - "minLength": "", - "maxLength": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "", + "minWords": "", + "maxWords": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "textField", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n //console.log('B',x.label,x.key,x.disabled);\n\n // if(x.key === \"numericalStandards\")\n // {\n // console.log('B',x.label,x.key,x.disabled);\n\n // }\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "egxmr27", - "defaultValue": "" + "inputFormat": "html", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", + "fixedSize": true, + "id": "eqgcibj" }, { "title": "Reviewer Actions", @@ -8954,7 +8952,7 @@ "id": "ej1mdrb" } ], - "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej7yhy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -9994,7 +9992,7 @@ "id": "eqnyhh" } ], - "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eskogm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10526,7 +10524,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "e0cqfrg0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "layoutFixed": false, @@ -10625,7 +10623,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "elizdoh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -12073,7 +12071,7 @@ "id": "e6o3au0o" } ], - "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "erlwlrl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13106,7 +13104,7 @@ "id": "eg4rrls" } ], - "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehjtgz000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13705,7 +13703,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "emjblk6000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -13749,7 +13747,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8kmqu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -14658,7 +14656,7 @@ "id": "egqqs34" } ], - "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e80y9k8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22200,7 +22198,7 @@ "id": "es5kcwo" } ], - "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "egwgsw0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22997,7 +22995,7 @@ "id": "erxxdli" } ], - "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e09khr20000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23606,7 +23604,7 @@ "id": "eu9o53q" } ], - "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eipn9d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24136,7 +24134,7 @@ "id": "ef617zf" } ], - "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ebh60il000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24907,7 +24905,7 @@ "id": "eak2oy8" } ], - "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "evgsijp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -28981,7 +28979,7 @@ "id": "e9e5bm" } ], - "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e6l31cy0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -29891,7 +29889,7 @@ "id": "eb274z" } ], - "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eauzdys000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30486,7 +30484,7 @@ "id": "euj2r2l" } ], - "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ey0h0vl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -31081,7 +31079,7 @@ "id": "ehez7s" } ], - "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el9aclo0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -31676,7 +31674,7 @@ "id": "et10s3fg" } ], - "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehk7lsj000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32271,7 +32269,7 @@ "id": "eu50tno" } ], - "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejahpfm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32977,7 +32975,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "etzpsl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -33718,7 +33716,7 @@ "defaultValue": "" } ], - "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esvz3la0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -37738,7 +37736,7 @@ "id": "eofuark" } ], - "id": "eutz63000000", + "id": "eutz630000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38263,7 +38261,7 @@ "id": "e330ei" } ], - "id": "e31uav900000", + "id": "e31uav9000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38590,7 +38588,7 @@ "id": "eokwemh" } ], - "id": "evh2ti0000", + "id": "evh2ti00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38928,7 +38926,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "ey7gr2n0000000000000" + "id": "ey7gr2n00000000000000000" } ], "placeholder": "", @@ -39235,7 +39233,7 @@ "id": "ex2vu9k" } ], - "id": "e6zxvv2000", + "id": "e6zxvv20000000", "placeholder": "", "prefix": "", "customClass": "", @@ -41309,7 +41307,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ehf1fa00000000000000", + "id": "ehf1fa000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -42065,7 +42063,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "eks09m0000000000000000000000000000000000000000", + "id": "eks09m00000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -43055,7 +43053,7 @@ "refreshOn": "", "addons": [], "inputType": "text", - "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "errpqaf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "defaultValue": "" } ], diff --git a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json index 683b33c3..1c149fc3 100644 --- a/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json +++ b/forms-flow-ai/epd-forms/bundling/Contaminated Sites Services Application Form.json @@ -12,88 +12,97 @@ "components": [ { "label": "Text Area", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", + "prefix": "", + "suffix": "", + "widget": { + "type": "input" + }, + "displayMask": "", + "editor": "", "autoExpand": false, - "hideLabel": true, + "customClass": "", + "tabindex": "", + "autocomplete": "", + "hidden": false, + "hideLabel": false, + "showWordCount": false, + "showCharCount": false, + "autofocus": false, + "spellcheck": true, + "disabled": false, "tableView": true, - "clearOnHide": false, + "modalEdit": false, + "multiple": false, + "persistent": true, + "inputFormat": "html", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, + "redrawOn": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", "validate": { - "custom": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", "required": false, + "pattern": "", + "customMessage": "", + "custom": "", "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, + "json": "", "minLength": "", "maxLength": "", - "pattern": "", "minWords": "", - "maxWords": "" + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false }, - "key": "textArea", - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}\n\nshow = false", - "type": "textarea", - "input": true, - "placeholder": "", - "prefix": "", - "customClass": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, "unique": false, - "persistent": true, - "hidden": false, - "refreshOn": "", - "redrawOn": "", - "modalEdit": false, - "dataGridLabel": false, - "labelPosition": "top", - "description": "", "errorLabel": "", - "tooltip": "", - "tabindex": "", - "disabled": false, - "autofocus": false, - "dbIndex": false, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "widget": { - "type": "input" - }, - "attributes": {}, - "validateOn": "change", + "errors": "", + "key": "textArea", + "tags": [], + "properties": {}, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "logic": [], + "attributes": {}, "overlay": { "style": "", + "page": "", "left": "", "top": "", "width": "", "height": "" }, - "allowCalculateOverride": false, - "encrypted": false, - "showCharCount": false, - "showWordCount": false, - "properties": {}, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, "allowMultipleMasks": false, "addons": [], "mask": false, "inputType": "text", - "inputFormat": "html", "inputMask": "", - "displayMask": "", - "spellcheck": true, - "truncateMultipleSpaces": false, - "rows": 3, - "wysiwyg": false, - "editor": "", "fixedSize": true, - "id": "extesgg" + "id": "etba4z8", + "defaultValue": null }, { "label": "hiddenUserIdForFormSharingApplicantAsOwner", @@ -7702,7 +7711,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "ehmz9lv0000000000000" + "id": "ehmz9lv00000000000000000" } ], "placeholder": "", @@ -9345,7 +9354,7 @@ } ], "collapsible": false, - "id": "ewhx8sm0000000000000", + "id": "ewhx8sm00000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18513,7 +18522,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "elva880000000000000", + "id": "elva8800000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18593,7 +18602,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "ey48nu0000000000000", + "id": "ey48nu00000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18968,7 +18977,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyxe45n0000000000000", + "id": "eyxe45n00000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -19061,7 +19070,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "efdcvf0000000000000", + "id": "efdcvf00000000000000000", "prefix": "", "customClass": "", "suffix": "", @@ -19275,7 +19284,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "emf4u7g0000000000000", + "id": "emf4u7g00000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20327,7 +20336,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "ev43oe90000000000000", + "id": "ev43oe900000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20407,7 +20416,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "eb3d0l0000000000000", + "id": "eb3d0l00000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20782,7 +20791,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyv4fcu0000000000000", + "id": "eyv4fcu00000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20875,7 +20884,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "ecgeub0000000000000", + "id": "ecgeub00000000000000000", "prefix": "", "customClass": "", "suffix": "", @@ -21089,7 +21098,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eguyyh0000000000000", + "id": "eguyyh00000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json index af57b553..c6c52766 100644 --- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json +++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json @@ -13,24 +13,9 @@ { "label": "Text Area", "autoExpand": false, - "hideLabel": true, "tableView": true, - "clearOnHide": false, - "validate": { - "custom": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}", - "required": false, - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false, - "minLength": "", - "maxLength": "", - "pattern": "", - "minWords": "", - "maxWords": "" - }, "key": "textArea", - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n console.log(x);\n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else\n {\n x.disabled = true;\n }\n\n })\n\n}\n\nshow = false", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", "type": "textarea", "input": true, "placeholder": "", @@ -43,6 +28,7 @@ "unique": false, "persistent": true, "hidden": false, + "clearOnHide": true, "refreshOn": "", "redrawOn": "", "modalEdit": false, @@ -51,6 +37,7 @@ "description": "", "errorLabel": "", "tooltip": "", + "hideLabel": false, "tabindex": "", "disabled": false, "autofocus": false, @@ -63,6 +50,19 @@ }, "attributes": {}, "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "", + "minWords": "", + "maxWords": "" + }, "conditional": { "show": null, "when": null, @@ -93,7 +93,7 @@ "wysiwyg": false, "editor": "", "fixedSize": true, - "id": "ejtv7pn" + "id": "e1m2d26" }, { "label": "hiddenUserIdForFormSharingWithDiffOwner", @@ -5573,7 +5573,7 @@ "attributes": {}, "components": [ { - "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "panel", "tags": [], "tree": false, @@ -36102,7 +36102,7 @@ } ], "collapsible": false, - "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json index 57e5b902..c59fae1f 100644 --- a/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json +++ b/forms-flow-ai/epd-forms/bundling/Notification of Independent Remediation.json @@ -12,97 +12,88 @@ "components": [ { "label": "Text Area", - "labelPosition": "top", + "autoExpand": false, + "tableView": true, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "displayMask": "", - "editor": "", - "autoExpand": false, "customClass": "", - "tabindex": "", - "autocomplete": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "html", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, "validateOn": "change", "validate": { "required": false, - "pattern": "", - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false, "minLength": "", "maxLength": "", + "pattern": "", "minWords": "", - "maxWords": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "maxWords": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "textArea", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textarea", - "rows": 3, - "wysiwyg": false, - "input": true, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, "inputType": "text", + "inputFormat": "html", "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", "fixedSize": true, - "id": "e9io2y1", - "defaultValue": "" + "id": "ei2jjr6" }, { "title": "Reviewer Actions", @@ -9172,7 +9163,7 @@ "attributes": {}, "components": [ { - "id": "epivnsp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "epivnsp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -9249,7 +9240,7 @@ "truncateMultipleSpaces": false }, { - "id": "el3hlvr0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el3hlvr0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", @@ -9994,7 +9985,7 @@ "attributes": {}, "components": [ { - "id": "esedw40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esedw40000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -10071,7 +10062,7 @@ "truncateMultipleSpaces": false }, { - "id": "esor9060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esor9060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", @@ -10813,7 +10804,7 @@ "attributes": {}, "components": [ { - "id": "ej0y410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej0y410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -10890,7 +10881,7 @@ "truncateMultipleSpaces": false }, { - "id": "e8qg9fh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e8qg9fh0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", @@ -11638,7 +11629,7 @@ "attributes": {}, "components": [ { - "id": "eevqmo9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eevqmo9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "contaminant", "mask": false, "type": "textfield", @@ -11715,7 +11706,7 @@ "truncateMultipleSpaces": false }, { - "id": "et223l3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "et223l3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "maximumConcentration", "mask": false, "type": "textfield", diff --git a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json index c064a7ea..688610b4 100644 --- a/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json +++ b/forms-flow-ai/epd-forms/bundling/Notification of Likely or Actual Migration.json @@ -78,7 +78,7 @@ "eq": "", "json": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", "logic": [], "attributes": {}, "overlay": { @@ -101,8 +101,8 @@ "inputType": "text", "inputMask": "", "fixedSize": true, - "id": "e9wi8y8", - "defaultValue": "" + "id": "eu9w7fa", + "defaultValue": null }, { "title": "Reviewer Actions", @@ -1307,7 +1307,7 @@ "attributes": {}, "components": [ { - "id": "ea2btv000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ea2btv0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "Panel-InformationForAffectedAndLikelyAffectedParcels", "tree": false, "type": "panel", @@ -9179,7 +9179,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emrk44b00000000000000000000000000" + "id": "emrk44b000000000000000000000000000000" } ], "errorLabel": "", diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json index 4fa99aba..9450c10f 100644 --- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json +++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json @@ -12,97 +12,88 @@ "components": [ { "label": "Text Area", - "labelPosition": "top", + "autoExpand": false, + "tableView": true, + "key": "textArea", + "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\n\n\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\n{\n\n utils.eachComponent(form.components, (x)=>{\n\n \n \n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker' || x.key === 'selectCaseworker' || x.key === 'selectSrco' || x.key === 'selectSdm' ))\n {\n //do nothing\n }\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\n {\n //do nothing\n }\n else if(x.type === 'button')\n {\n //do nothing\n }\n else if(x.type === 'approvingAuthorityContactInformation')\n { \n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n }\n else if(x.properties.apField === \"true\")\n {\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\n {\n x.disabled = false;\n }\n else\n {\n\n }\n }\n else\n {\n x.disabled = true;\n }\n\n \n\n })\n\n}\n\nshow = false", + "type": "textarea", + "input": true, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "displayMask": "", - "editor": "", - "autoExpand": false, "customClass": "", - "tabindex": "", - "autocomplete": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "html", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, "validateOn": "change", "validate": { "required": false, - "pattern": "", - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", + "strictDateValidation": false, + "multiple": false, + "unique": false, "minLength": "", "maxLength": "", + "pattern": "", "minWords": "", - "maxWords": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "maxWords": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "textArea", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "var userData =JSON.parse(localStorage.getItem('UserDetails'))\r\n\r\nif(!(userData.groups.includes(\"/formsflow/formsflow-client\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/formsflow-client-reviewer\")))\r\n{\r\n\r\n utils.eachComponent(form.components, (x)=>{\r\n\r\n //console.log('B',x.label,x.key,x.disabled);\r\n\r\n // if(x.key === \"numericalStandards\")\r\n // {\r\n // console.log('B',x.label,x.key,x.disabled);\r\n\r\n // }\r\n \r\n if(x.type==='select' && (x.key === 'selectCssaSdm' || x.key === 'selectCssaCaseworker'))\r\n {\r\n //do nothing\r\n }\r\n else if ((x.type==='editgrid' && (x.key === 'notes' || x.key === 'srcrNotes' || x.key === 'deraNotes' || x.key === 'cssaNotes') ) ||x.key === 'comments' || x.key === 'commentFor')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'button')\r\n {\r\n //do nothing\r\n }\r\n else if(x.type === 'approvingAuthorityContactInformation')\r\n { \r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n }\r\n else if(x.properties.apField === \"true\")\r\n {\r\n if(userData.groups.includes(\"/formsflow/formsflow-reviewer/csap\") || userData.groups.includes(\"/formsflow/formsflow-reviewer/csap-society\"))\r\n {\r\n x.disabled = false;\r\n }\r\n else\r\n {\r\n\r\n }\r\n }\r\n else\r\n {\r\n x.disabled = true;\r\n }\r\n\r\n \r\n\r\n })\r\n\r\n}\r\n\r\nshow = false", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textarea", - "rows": 3, - "wysiwyg": false, - "input": true, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "mask": false, "inputType": "text", + "inputFormat": "html", "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "rows": 3, + "wysiwyg": false, + "editor": "", "fixedSize": true, - "id": "e74ingu", - "defaultValue": "" + "id": "emgs4u" }, { "title": "Reviewer Actions", @@ -5163,7 +5154,7 @@ "attributes": {}, "components": [ { - "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "spropertyOwnerAndOrOperator", "tree": false, "type": "panel", @@ -14575,7 +14566,7 @@ "attributes": {}, "components": [ { - "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "exposurePathwayQuestionnaireAffectedParcel", "tree": false, "type": "panel", @@ -18518,7 +18509,7 @@ } ], "collapsible": false, - "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", From 65889bae6b05eed60eda25a96d69fb67456b087e Mon Sep 17 00:00:00 2001 From: nikhila-aot Date: Fri, 29 Dec 2023 11:25:50 -0800 Subject: [PATCH 44/44] fix for 121 --- .../epd-forms/bundling/Site Risk Classification Report.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json index 9450c10f..aa24864e 100644 --- a/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json +++ b/forms-flow-ai/epd-forms/bundling/Site Risk Classification Report.json @@ -1105,7 +1105,7 @@ "eq": "", "json": "" }, - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \r\n{\r\n show = true;\r\n}\r\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\r\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\r\n{\r\n if (data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" ||\r\n data.siteRiskClassification !== 'notHighRisk')\r\n show = false;\r\nelse\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/site-risk-classification-officer\")) \n{\n show = true;\n}\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") &&\ndata.srcrBundleStatus === \"srcrSrcoAccepted\")\n{\n if (data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\" ||\n data.siteRiskClassification !== 'notHighRisk')\n show = false;\nelse\n show = true;\n}\nelse if (roles.includes(\"formsflow-reviewer/caseworker\") && data.srcrBundleStatus === \"srcrCaseworkerAccepted\")\n{\n // Incase of returned by SDM\n show = true;\n}\nelse\n{\n show = false;\n}", "logic": [], "attributes": {}, "overlay": {