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 f7fe10b1..02fedb92 100644 --- a/forms-flow-ai/epd-forms/Summary of Site Condition.json +++ b/forms-flow-ai/epd-forms/Summary of Site Condition.json @@ -591,13 +591,182 @@ "breadcrumb": "default", "id": "exzzrf" }, + { + "label": "isApprovedProfessional", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/csap\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/csap\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateServer": false, + "key": "isApprovedProfessional", + "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, + "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": "enak81i" + }, + { + "label": "isCSSAMgrRole", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateValue": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\n\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\n value = 'true';\n}\nelse\n{\n value = 'false';\n}", + "calculateServer": false, + "key": "isCssaMgrRole", + "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": "ehohe7q" + }, { "title": "Assign Reviewers", + "theme": "default", + "tooltip": "", + "customClass": "", "collapsible": true, + "hidden": false, + "hideLabel": false, + "disabled": false, + "modalEdit": false, "key": "sdmAssignment", - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/cssa-manager\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "tags": [], + "properties": {}, + "customConditional": "", + "conditional": { + "json": "", + "show": true, + "when": "isCssaMgrRole", + "eq": "true" + }, + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "type": "panel", "label": "", + "breadcrumb": "default", + "tabindex": "", "collapsed": false, "input": false, "tableView": false, @@ -609,31 +778,10 @@ "components": [ { "label": "Select SDM", - "labelPosition": "top", "widget": "choicesjs", - "placeholder": "", - "description": "", - "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, - "hideLabel": false, - "uniqueOptions": false, - "autofocus": false, - "disabled": false, "tableView": true, - "modalEdit": false, - "multiple": false, "dataSrc": "url", "data": { - "values": [ - { - "label": "", - "value": "" - } - ], - "resource": "", - "json": "", "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/sdm", "headers": [ { @@ -649,96 +797,107 @@ "value": "application/json" } ], + "values": [ + { + "label": "", + "value": "" + } + ], + "json": "", + "resource": "", "custom": "" }, "dataType": "string", - "idPath": "id", "valueProperty": "username", "template": "{{ item.lastName }}, {{ item.firstName }}", - "refreshOn": "", - "refreshOnBlur": "", - "clearOnRefresh": false, - "searchEnabled": true, - "selectThreshold": 0.3, - "readOnlyValue": false, - "customOptions": {}, - "useExactSearch": false, - "persistent": true, - "protected": false, - "dbIndex": false, - "encrypted": false, - "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "allowCalculateOverride": false, - "validateOn": "change", "validate": { "required": true, - "onlyAvailableItems": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "onlyAvailableItems": false }, - "unique": false, - "errorLabel": "", - "errors": "", "key": "selectSoscSdm", - "tags": [], - "properties": {}, "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" + "show": true, + "when": "isCssaMgrRole", + "eq": "true" }, - "customConditional": "", - "logic": [], + "type": "select", + "selectValues": "data", + "disableLimit": false, + "input": true, + "keyModified": 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, "attributes": {}, + "validateOn": "change", "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "select", - "indexeddb": { - "filter": {} - }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "idPath": "id", + "clearOnRefresh": false, + "limit": 100, "lazyLoad": true, - "selectValues": "data", - "selectFields": "", - "disableLimit": false, - "searchField": "", + "filter": "", + "searchEnabled": true, "searchDebounce": 0.3, + "searchField": "", "minSearch": 0, - "filter": "", - "limit": 100, + "readOnlyValue": false, "authenticate": false, "ignoreCache": false, - "redrawOn": "", - "input": true, - "keyModified": true, - "prefix": "", - "suffix": "", - "dataGridLabel": false, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "addons": [], + "selectFields": "", + "selectThreshold": 0.3, + "uniqueOptions": false, "fuseOptions": { "include": "score", "threshold": 0.3 }, - "id": "evuipnr", - "defaultValue": "", - "sort": "" + "indexeddb": { + "filter": {} + }, + "customOptions": {}, + "useExactSearch": false, + "id": "ewjbbikd" } ], "width": 4, @@ -752,31 +911,10 @@ "components": [ { "label": "Select Caseworker", - "labelPosition": "top", "widget": "choicesjs", - "placeholder": "", - "description": "", - "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, - "hideLabel": false, - "uniqueOptions": false, - "autofocus": false, - "disabled": false, "tableView": true, - "modalEdit": false, - "multiple": false, "dataSrc": "url", "data": { - "values": [ - { - "label": "", - "value": "" - } - ], - "resource": "", - "json": "", "url": "{{localStorage.getItem('formsflow.ai.api.url')}}/user?memberOfGroup=formsflow/formsflow-reviewer/caseworker", "headers": [ { @@ -792,96 +930,107 @@ "value": "application/json" } ], + "values": [ + { + "label": "", + "value": "" + } + ], + "json": "", + "resource": "", "custom": "" }, "dataType": "string", - "idPath": "id", "valueProperty": "username", "template": "{{ item.lastName }}, {{ item.firstName }}", - "refreshOn": "", - "refreshOnBlur": "", - "clearOnRefresh": false, - "searchEnabled": true, - "selectThreshold": 0.3, - "readOnlyValue": false, - "customOptions": {}, - "useExactSearch": false, - "persistent": true, - "protected": false, - "dbIndex": false, - "encrypted": false, - "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "allowCalculateOverride": false, - "validateOn": "change", "validate": { "required": true, - "onlyAvailableItems": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "onlyAvailableItems": false }, - "unique": false, - "errorLabel": "", - "errors": "", "key": "selectSoscCaseworker", - "tags": [], - "properties": {}, "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" + "show": true, + "when": "isCssaMgrRole", + "eq": "true" }, - "customConditional": "", - "logic": [], + "type": "select", + "selectValues": "data", + "disableLimit": false, + "input": true, + "keyModified": 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, "attributes": {}, + "validateOn": "change", "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "select", - "indexeddb": { - "filter": {} - }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "idPath": "id", + "clearOnRefresh": false, + "limit": 100, "lazyLoad": true, - "selectValues": "data", - "selectFields": "", - "disableLimit": false, - "searchField": "", + "filter": "", + "searchEnabled": true, "searchDebounce": 0.3, + "searchField": "", "minSearch": 0, - "filter": "", - "limit": 100, + "readOnlyValue": false, "authenticate": false, "ignoreCache": false, - "redrawOn": "", - "input": true, - "keyModified": true, - "prefix": "", - "suffix": "", - "dataGridLabel": false, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "addons": [], + "selectFields": "", + "selectThreshold": 0.3, + "uniqueOptions": false, "fuseOptions": { "include": "score", "threshold": 0.3 }, - "id": "ei0g89", - "defaultValue": "", - "sort": "" + "indexeddb": { + "filter": {} + }, + "customOptions": {}, + "useExactSearch": false, + "id": "e1b0cbg" } ], "width": 4, @@ -965,39 +1114,31 @@ "tree": false, "lazyLoad": false, "autoAdjust": false, - "id": "e4hrtb" + "id": "e02kli6" } ], "keyModified": true, "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": "", - "hideLabel": false, - "tabindex": "", - "disabled": false, "autofocus": false, "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, "widget": null, - "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -1007,30 +1148,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, - "theme": "default", - "breadcrumb": "default", - "id": "en8s25" + "id": "exwvpod" }, { "label": "Notes", @@ -1656,6 +1782,77 @@ "defaultOpen": false, "id": "ec9q8u" }, + { + "label": "isClientRole", + "customClass": "", + "modalEdit": false, + "defaultValue": null, + "persistent": true, + "protected": false, + "dbIndex": false, + "encrypted": false, + "redrawOn": "", + "customDefaultValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || roles.includes(\"formsflow-client\"))\n{\n value = 'true'\n}\nelse\n{\n value = 'false'\n}", + "calculateValue": "\nconst UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\nif(roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") || roles.includes(\"formsflow-client\"))\n{\n value = 'true'\n}\nelse\n{\n value = 'false'\n}", + "calculateServer": false, + "key": "isClientRole", + "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": "efpnex6" + }, { "label": "hiddenUserIdForFormSharingApplicantAsOwner", "customClass": "", @@ -7929,7 +8126,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n", + "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n", "customPrivate": false, "json": "", "minLength": "", @@ -7968,7 +8165,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "er86sr", + "id": "e7y3s2k", "defaultValue": "" } ], @@ -8066,7 +8263,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "eiu61m", + "id": "eiotlkj", "defaultValue": "" } ], @@ -8125,7 +8322,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}\n", + "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}", "customPrivate": false, "json": "", "minLength": "", @@ -8164,7 +8361,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "er0cc1a", + "id": "eqnih4q", "defaultValue": "" } ], @@ -8363,7 +8560,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n", + "custom": "if(/^[0-9]+$/.test(input) && input>= 0){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Degrees\";\n}\n", "customPrivate": false, "json": "", "minLength": "", @@ -8402,7 +8599,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e252afv", + "id": "ec74ee3", "defaultValue": "" } ], @@ -8500,7 +8697,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e4vku6d", + "id": "e9wa8p", "defaultValue": "" } ], @@ -8559,7 +8756,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}\n", + "custom": "if (/^\\d+(\\.\\d+)?$/.test(input) && parseFloat(input) >= 0 && parseFloat(input) <= 60) {\n valid = true;\n} else {\n valid = \"Invalid Seconds\";\n}", "customPrivate": false, "json": "", "minLength": "", @@ -8598,7 +8795,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "evsub3p", + "id": "ecofxzu", "defaultValue": "" } ], @@ -8670,7 +8867,7 @@ "id": "ej1mdrb" } ], - "id": "ej7yhy00000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ej7yhy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -9710,7 +9907,7 @@ "id": "eqnyhh" } ], - "id": "eskogm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eskogm000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -10242,7 +10439,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "e0cqfrg00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "e0cqfrg000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "layoutFixed": false, @@ -10341,7 +10538,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "elizdoh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "elizdoh000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -11087,7 +11284,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "e9nam5l", + "id": "e9t5u7b", "defaultValue": "" } ], @@ -11146,7 +11343,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n", + "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n", "customPrivate": false, "json": "", "minLength": "", @@ -11185,7 +11382,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "edhzq1e", + "id": "erc2snf", "defaultValue": "" } ], @@ -11283,7 +11480,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "eacl9yw", + "id": "ebr7ull", "defaultValue": "" } ], @@ -11521,7 +11718,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "ep4hqx", + "id": "eu4pwym", "defaultValue": "" } ], @@ -11580,7 +11777,7 @@ "required": true, "pattern": "", "customMessage": "", - "custom": "if(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n", + "custom": "\nif(/^[0-9]+$/.test(input) && input>= 0 && input<= 60){\n\tvalid=true;\n}else{\n\tvalid = \"Invalid Minutes\";\n}\n", "customPrivate": false, "json": "", "minLength": "", @@ -11619,7 +11816,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "eo8ju6o", + "id": "eld3aks", "defaultValue": "" } ], @@ -11717,7 +11914,7 @@ "dataGridLabel": false, "addons": [], "inputType": "text", - "id": "eo46qw", + "id": "eivg8w", "defaultValue": "" } ], @@ -11789,7 +11986,7 @@ "id": "e6o3au0o" } ], - "id": "erlwlrl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "erlwlrl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -12822,7 +13019,7 @@ "id": "eg4rrls" } ], - "id": "ehjtgz0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehjtgz00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -13421,7 +13618,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "emjblk60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "emjblk600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -13465,7 +13662,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eh8kmqu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8kmqu000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -14286,135 +14483,95 @@ }, { "label": "Document Date", - "labelPosition": "top", - "displayInTimezone": "viewer", + "hideInputLabels": false, + "inputsLabelPosition": "top", "useLocaleSettings": false, - "allowInput": true, - "format": "yyyy-MM-dd", + "tableView": false, + "fields": { + "day": { + "hide": false, + "type": "number", + "placeholder": "", + "required": false + }, + "month": { + "hide": false, + "type": "select", + "placeholder": "", + "required": false + }, + "year": { + "hide": false, + "type": "number", + "placeholder": "", + "required": false + } + }, + "key": "documentDate", + "type": "day", + "input": true, + "defaultValue": "00/00/0000", "placeholder": "", - "description": "", - "tooltip": "", + "prefix": "", "customClass": "", - "tabindex": "", + "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, - "autofocus": false, + "tabindex": "", "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 - }, - "enableTime": false, - "timePicker": { - "showMeridian": true, - "hourStep": 1, - "minuteStep": 1, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true - }, - "multiple": false, - "defaultValue": "", - "defaultDate": "", - "customOptions": {}, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, "validateOn": "change", "validate": { - "required": true, - "customMessage": "", + "required": false, "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "enableMinDateInput": false, - "enableMaxDateInput": false, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "documentDate", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "datetime", - "timezone": "", - "input": true, - "hideInputLabels": false, - "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 - }, - "prefix": "", - "suffix": "", - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "datepickerMode": "day", - "id": "edt3c4" + "dayFirst": false, + "id": "egqqs34" } ], - "id": "e80y9k80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e80y9k800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -21956,7 +22113,7 @@ "id": "es5kcwo" } ], - "id": "egwgsw00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "egwgsw000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -22753,7 +22910,7 @@ "id": "erxxdli" } ], - "id": "e09khr200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e09khr2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23362,7 +23519,7 @@ "id": "eu9o53q" } ], - "id": "eipn9d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eipn9d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -23892,7 +24049,7 @@ "id": "ef617zf" } ], - "id": "ebh60il0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ebh60il00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -24663,7 +24820,7 @@ "id": "eak2oy8" } ], - "id": "evgsijp0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "evgsijp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -28737,7 +28894,7 @@ "id": "e9e5bm" } ], - "id": "e6l31cy00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e6l31cy000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -29558,59 +29715,40 @@ "id": "ek8hrjd" }, { - "key": "proposedOrActualCompletionDate", - "type": "datetime", - "input": true, "label": "Proposed or actual completion date", - "format": "yyyy-MM-dd", "hideInputLabels": false, - "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 - }, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, + "inputsLabelPosition": "top", + "useLocaleSettings": false, "tableView": false, - "datePicker": { - "disableWeekdays": false, - "disableWeekends": false, - "showWeeks": true, - "startingDay": 0, - "initDate": "", - "minMode": "day", - "maxMode": "year", - "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -29632,8 +29770,17 @@ "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, @@ -29653,26 +29800,11 @@ "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": "ex2otfp" + "dayFirst": false, + "id": "eb274z" } ], - "id": "eauzdys0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eauzdys00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30178,59 +30310,40 @@ "id": "ef329mn" }, { - "key": "groundWaterproposedOrActualCompletionDate", - "type": "datetime", - "input": true, "label": "Proposed or actual completion date", - "format": "yyyy-MM-dd", "hideInputLabels": false, - "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 - }, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, + "inputsLabelPosition": "top", + "useLocaleSettings": false, "tableView": false, - "datePicker": { - "disableWeekdays": false, - "disableWeekends": false, - "showWeeks": true, - "startingDay": 0, - "initDate": "", - "minMode": "day", - "maxMode": "year", - "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -30252,8 +30365,17 @@ "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, @@ -30273,26 +30395,11 @@ "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": "em3poaa" + "dayFirst": false, + "id": "euj2r2l" } ], - "id": "ey0h0vl000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ey0h0vl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -30798,59 +30905,40 @@ "id": "eyhnsyf" }, { - "key": "surfaceWaterProposedOrActualCompletionDate", - "type": "datetime", - "input": true, "label": "Proposed or actual completion date", - "format": "yyyy-MM-dd", "hideInputLabels": false, - "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 - }, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, + "inputsLabelPosition": "top", + "useLocaleSettings": false, "tableView": false, - "datePicker": { - "disableWeekdays": false, - "disableWeekends": false, - "showWeeks": true, - "startingDay": 0, - "initDate": "", - "minMode": "day", - "maxMode": "year", - "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -30872,8 +30960,17 @@ "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, @@ -30893,26 +30990,11 @@ "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": "ebu3n7" + "dayFirst": false, + "id": "ehez7s" } ], - "id": "el9aclo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "el9aclo000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -31418,59 +31500,40 @@ "id": "e86fmgcc" }, { - "key": "vapourProposedOrActualCompletionDate", - "type": "datetime", - "input": true, "label": "Proposed or actual completion date", - "format": "yyyy-MM-dd", "hideInputLabels": false, - "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 - }, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, + "inputsLabelPosition": "top", + "useLocaleSettings": false, "tableView": false, - "datePicker": { - "disableWeekdays": false, - "disableWeekends": false, - "showWeeks": true, - "startingDay": 0, - "initDate": "", - "minMode": "day", - "maxMode": "year", - "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -31492,8 +31555,17 @@ "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, @@ -31513,26 +31585,11 @@ "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": "eincm2l" + "dayFirst": false, + "id": "et10s3fg" } ], - "id": "ehk7lsj0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ehk7lsj00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32038,59 +32095,40 @@ "id": "ek6jihq" }, { - "key": "sedimentProposedOrActualCompletionDate", - "type": "datetime", - "input": true, "label": "Proposed or actual completion date", - "format": "yyyy-MM-dd", "hideInputLabels": false, - "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 - }, - "validate": { - "required": true, - "custom": "", - "customPrivate": false, - "strictDateValidation": false, - "multiple": false, - "unique": false - }, + "inputsLabelPosition": "top", + "useLocaleSettings": false, "tableView": false, - "datePicker": { - "disableWeekdays": false, - "disableWeekends": false, - "showWeeks": true, - "startingDay": 0, - "initDate": "", - "minMode": "day", - "maxMode": "year", - "yearRows": 4, - "yearColumns": 5, - "minDate": null, - "maxDate": null + "fields": { + "day": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + }, + "month": { + "hide": false, + "required": true, + "type": "select", + "placeholder": "" + }, + "year": { + "hide": false, + "required": true, + "type": "number", + "placeholder": "" + } }, - "enableTime": false, + "defaultValue": "00/00/0000", + "key": "proposedOrActualCompletionDate", + "type": "day", + "input": true, "placeholder": "", "prefix": "", "customClass": "", "suffix": "", "multiple": false, - "defaultValue": "", "protected": false, "unique": false, "persistent": true, @@ -32112,8 +32150,17 @@ "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, @@ -32133,26 +32180,11 @@ "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": "elx2wbn" + "dayFirst": false, + "id": "eu50tno" } ], - "id": "ejahpfm0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejahpfm00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -32858,7 +32890,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "etzpsl0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" + "id": "etzpsl00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" } ], "placeholder": "", @@ -33599,7 +33631,7 @@ "defaultValue": "" } ], - "id": "esvz3la00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "esvz3la000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -34682,7 +34714,7 @@ "tooltip": "", "hideLabel": false, "tabindex": "", - "disabled": false, + "disabled": true, "autofocus": false, "dbIndex": false, "customDefaultValue": "", @@ -34704,7 +34736,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "ep2pdaq" + "id": "e8qsswn" }, { "label": "Recommendation under Protocol 6", @@ -34718,7 +34750,7 @@ "hidden": false, "hideLabel": false, "autofocus": false, - "disabled": false, + "disabled": true, "tableView": false, "modalEdit": false, "values": [ @@ -34766,7 +34798,7 @@ "eq": "", "json": "" }, - "customConditional": "", + "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", "logic": [], "attributes": {}, "overlay": { @@ -34794,14 +34826,24 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e6idi1p", + "id": "ekebgpg", "defaultValue": "" }, { "label": "Direct to ministry application?", + "labelPosition": "top", "optionsLabelPosition": "right", + "description": "", + "tooltip": "", + "customClass": "", + "tabindex": "", "inline": false, + "hidden": false, + "hideLabel": false, + "autofocus": false, + "disabled": true, "tableView": false, + "modalEdit": false, "values": [ { "label": "Yes", @@ -34814,70 +34856,69 @@ "shortcut": "" } ], - "key": "directToMinistryApplication", - "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": "directToMinistryApplication", + "tags": [], + "properties": {}, "conditional": { "show": null, "when": null, - "eq": "" + "eq": "", + "json": "" }, + "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", + "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": "e7lksy9" + "id": "e4jn62", + "defaultValue": "" }, { "title": "SECTION I - Certification Document and Summary Recommendation", @@ -34887,12 +34928,12 @@ "collapsible": false, "hidden": false, "hideLabel": false, - "disabled": false, + "disabled": true, "modalEdit": false, "key": "panel9", "tags": [], "properties": {}, - "customConditional": "", + "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, @@ -34919,44 +34960,25 @@ { "html": "

Based on the detailed technical information available for the site, as summarized in this Summary of Site Condition, I recommend that the following certification document be issued for the subject site.

", "label": "Content", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content49", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", @@ -34971,6 +34993,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -34980,116 +35003,108 @@ "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": [], - "id": "e1y6n5q" + "id": "em0id2o" }, { "label": "Approved Professional Name", - "labelPosition": "top", + "tableView": true, + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "key": "approvedProfessionalName", + "type": "textfield", + "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, - "validateOn": "change", - "validate": { - "required": true, - "pattern": "", - "customMessage": "", - "custom": "", - "customPrivate": false, - "json": "", - "minLength": "", - "maxLength": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "widget": { + "type": "input" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "approvedProfessionalName", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "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": "evgk94d", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "ewplsl" }, { "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, @@ -35124,205 +35139,177 @@ "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 + "unique": false, + "onlyAvailableItems": false }, - "errorLabel": "", - "minSelectedCountMessage": "", - "maxSelectedCountMessage": "", - "errors": "", "key": "recommendationCheckbox", - "tags": [], - "properties": {}, - "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": "", + "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, - "id": "egkjvv6" + "inline": false, + "id": "enjoewa" }, { "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": "", + "strictDateValidation": false, + "multiple": false, + "unique": false, "minLength": "", "maxLength": "", + "pattern": "", "minWords": "", - "maxWords": "", - "strictDateValidation": false, - "multiple": false, - "unique": false + "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": "", - "errors": "", - "key": "describe1", - "tags": [], - "properties": {}, - "conditional": { - "show": "", - "when": "", - "eq": "", - "json": "" + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" }, - "customConditional": "", - "logic": [], "attributes": {}, + "validateOn": "change", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, "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": "e6u9cg", - "defaultValue": "" + "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", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content50", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", @@ -35337,6 +35324,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -35346,55 +35334,49 @@ "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": [], - "id": "e2cnv1r" + "id": "epsvutd" }, { "html": "

 

Approved Professional Recommendation

", "label": "Content", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content51", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", @@ -35409,6 +35391,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -35418,13 +35401,26 @@ "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": [], - "id": "ehkcebn" + "id": "eyfwh8b" }, { "label": "For a recommendation for a Determination", @@ -35506,7 +35502,7 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e6m3fu" + "id": "egi2yyh" }, { "label": "For a recommendation for an Approval in Principle and for a Certificate of Compliance", @@ -35588,23 +35584,13 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "es27vr8" + "id": "e3mkqz8" }, { "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", @@ -35617,104 +35603,82 @@ "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 + "unique": false, + "onlyAvailableItems": false }, - "errorLabel": "", - "errors": "", "key": "siteRiskReclassification", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "el2mw07", - "defaultValue": "" + "id": "el5gb4g" }, { - "title": "Panel", - "theme": "default", - "tooltip": "", - "customClass": "", "collapsible": false, - "hidden": false, "hideLabel": true, - "disabled": false, - "modalEdit": false, "key": "panel5", - "tags": [], - "properties": {}, - "customConditional": "", "conditional": { - "json": "", "show": true, "when": "forARecommendationForADetermination", "eq": "yes" }, - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "type": "panel", "label": "Panel", - "breadcrumb": "default", - "tabindex": "", "input": false, "tableView": false, "components": [ @@ -35783,7 +35747,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ep5zkki" + "id": "el8xkw" }, { "label": "Please select those that apply:", @@ -35870,7 +35834,7 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "eax6pvb" + "id": "eozvce" }, { "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.", @@ -35938,30 +35902,37 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "emb80v" + "id": "ef6dbp" } ], "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, @@ -35971,50 +35942,38 @@ "multiple": false, "unique": false }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, "lazyLoad": false, - "id": "emq5me" - }, - { "title": "Panel", "theme": "default", - "tooltip": "", - "customClass": "", + "breadcrumb": "default", + "id": "ekq9hjo" + }, + { "collapsible": false, - "hidden": false, "hideLabel": true, - "disabled": false, - "modalEdit": false, "key": "panel6", - "tags": [], - "properties": {}, - "customConditional": "", "conditional": { - "json": "", "show": true, "when": "forARecommendationForanApprovalInPrinciple", "eq": "yes" }, - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "type": "panel", "label": "Panel", - "breadcrumb": "default", - "tabindex": "", "input": false, "tableView": false, "components": [ @@ -36083,7 +36042,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "eht7ie" + "id": "ez2piyc" }, { "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", @@ -36151,7 +36110,7 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "e83hcb" + "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 ", @@ -36219,7 +36178,7 @@ "inputType": "checkbox", "value": "", "name": "", - "id": "eife04m" + "id": "eygk41" }, { "label": "And:", @@ -36310,7 +36269,7 @@ "addons": [], "fieldSet": false, "inline": false, - "id": "ecf28xg" + "id": "e7q6e96" }, { "label": "When this Summary of Site Condition was prepared", @@ -36392,30 +36351,37 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e4himt9" + "id": "e7a6n0i" } ], "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, @@ -36425,50 +36391,38 @@ "multiple": false, "unique": false }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, "lazyLoad": false, - "id": "ecumlo6" - }, - { "title": "Panel", "theme": "default", - "tooltip": "", - "customClass": "", + "breadcrumb": "default", + "id": "eezow4k" + }, + { "collapsible": false, - "hidden": false, "hideLabel": true, - "disabled": false, - "modalEdit": false, "key": "panel7", - "tags": [], - "properties": {}, - "customConditional": "", "conditional": { - "json": "", "show": true, "when": "siteRiskReclassification", "eq": "true" }, - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "type": "panel", "label": "Panel", - "breadcrumb": "default", - "tabindex": "", "input": false, "tableView": false, "components": [ @@ -36537,7 +36491,7 @@ "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ekdiwsi" + "id": "esb466v" }, { "label": "Please select", @@ -36619,30 +36573,37 @@ "addons": [], "inputType": "radio", "fieldSet": false, - "id": "eiohx6i" + "id": "ephsvqn" } ], "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, @@ -36652,15 +36613,26 @@ "multiple": false, "unique": false }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "tree": false, "lazyLoad": false, - "id": "e3y0rp9" + "title": "Panel", + "theme": "default", + "breadcrumb": "default", + "id": "egnfsi5" } ], "placeholder": "", @@ -36701,7 +36673,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "exfhnl" + "id": "evikie" }, { "title": "SECTION II - Substances Remediated or Standards or Criteria Applied", @@ -36716,7 +36688,7 @@ "key": "sectionIiSubstancesRemediatedOrStandardsOrCriteriaApplied", "tags": [], "properties": {}, - "customConditional": "", + "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, @@ -36738,87 +36710,30 @@ "breadcrumb": "default", "tabindex": "", "input": false, - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "defaultValue": null, - "protected": false, - "unique": false, - "persistent": false, - "clearOnHide": false, - "refreshOn": "", - "redrawOn": "", "tableView": false, - "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, "components": [ { "html": "

7.2 Substances remediated and standards or criteria applied

 

Contaminants have been remediated to comply with standards or criteria listed in the following table: (If the site required remediation and has been remediated.) 

", "label": "Content", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content55", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", @@ -36833,6 +36748,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -36842,29 +36758,31 @@ "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": [], - "id": "egplxle" + "id": "e5z7b9c" }, { "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", @@ -36897,112 +36815,94 @@ "shortcut": "" } ], - "persistent": true, + "key": "substancesRemediated", + "type": "selectboxes", + "input": true, + "inputType": "checkbox", + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "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, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "onlyAvailableItems": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "onlyAvailableItems": false }, - "errorLabel": "", - "minSelectedCountMessage": "", - "maxSelectedCountMessage": "", - "errors": "", - "key": "substancesRemediated", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "selectboxes", - "input": true, - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "unique": false, - "refreshOn": "", - "dataGridLabel": false, - "widget": null, - "validateOn": "change", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "inputType": "checkbox", "fieldSet": false, - "id": "ec3tb", - "defaultValue": {} + "inline": false, + "id": "euffz0v" }, { "html": "

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

", "label": "Content", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content56", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -37017,6 +36917,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -37026,35 +36927,35 @@ "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": [], - "id": "ep1zcdl" + "id": "exqgc6t" }, { "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": "", @@ -37073,50 +36974,11 @@ } } ], - "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": {}, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "soil", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" + "eq": "soil" }, "type": "datagrid", "input": true, @@ -37206,7 +37068,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "emlo7p" + "id": "ewyeebd" }, { "label": "Risk-based standards", @@ -37283,7 +37145,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "en9kpdt" + "id": "e1ochz" }, { "label": "P2 site specific numerical standards", @@ -37360,7 +37222,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "emstd8s" + "id": "e7a3qbc" }, { "label": "P4 Background concentrations", @@ -37437,7 +37299,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ez67mug" + "id": "e9nz4a8" }, { "label": "What land use has the substance been remediated to in soil? (Please select all that apply)", @@ -37549,10 +37411,10 @@ "addons": [], "fieldSet": false, "inline": false, - "id": "estazfs" + "id": "ei214eh" } ], - "id": "ef5nwt00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ersifrn00000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -37617,41 +37479,68 @@ ], "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, - "id": "edy1cum" + "disableAddingRemovingRows": false, + "id": "etqkdcf" }, { "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": "", @@ -37667,50 +37556,11 @@ } } ], - "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": {}, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "water", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" + "eq": "water" }, "type": "datagrid", "input": true, @@ -37799,7 +37649,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ehpkhqe" + "id": "eeagxql" }, { "label": "Risk-based standards", @@ -37876,7 +37726,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ebrjb1o" + "id": "ej3jl2l" }, { "label": "P9 Background concentration", @@ -37953,7 +37803,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ee4f77p" + "id": "eqspyqo" }, { "label": "What water use has the substance been remediated to? (Please select all that apply)", @@ -38055,10 +37905,10 @@ "addons": [], "fieldSet": false, "inline": false, - "id": "eq5jxk" + "id": "eebt3mr" } ], - "id": "eoq12ev0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ejsnwxh00000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38124,91 +37974,79 @@ ], "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, - "id": "e7or7bq" + "disableAddingRemovingRows": false, + "id": "ennb396" }, { "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": {}, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "vapour", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" + "eq": "vapour" }, "type": "datagrid", "input": true, @@ -38297,7 +38135,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ecjqd2" + "id": "einjine" }, { "label": "Risk-based standards", @@ -38374,10 +38212,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "enjn8bkh" + "id": "e91mka" } ], - "id": "ett43n0j000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ekqfyul00000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38443,91 +38281,79 @@ ], "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, - "id": "eghuf8" + "disableAddingRemovingRows": false, + "id": "ejkaqya" }, { "label": "Sediment", - "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": "sediment", - "tags": [], - "properties": {}, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "sediment", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" + "eq": "sediment" }, "type": "datagrid", "input": true, @@ -38616,7 +38442,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "esi48dn" + "id": "efnpkm" }, { "label": "Risk-based standards", @@ -38693,10 +38519,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "ee9w9ok" + "id": "eoriizp" } ], - "id": "euuaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "e967hv00000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -38762,91 +38588,79 @@ ], "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, - "id": "ecd1ylh" + "disableAddingRemovingRows": false, + "id": "eq5k4rv" }, { "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": {}, "conditional": { "show": true, "when": "substancesRemediated", - "eq": "other", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" + "eq": "other" }, "type": "datagrid", "input": true, @@ -38935,7 +38749,7 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e5cfjgb" + "id": "etu5rsc" }, { "label": "Risk-based standards", @@ -39012,10 +38826,10 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "e6efm7o" + "id": "ek7mxz" } ], - "id": "edr4h050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eb3uncp00000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -39081,77 +38895,32 @@ ], "placeholder": "", "prefix": "", - "suffix": "", - "multiple": false, - "unique": false, - "refreshOn": "", - "dataGridLabel": false, - "widget": null, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "addons": [], - "tree": true, - "lazyLoad": false, - "id": "efz782r" - }, - { - "title": "", - "theme": "default", - "tooltip": "", "customClass": "", - "collapsible": false, - "hidden": false, - "hideLabel": false, - "disabled": false, - "modalEdit": false, - "key": "panel11", - "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, - "placeholder": "", - "prefix": "", "suffix": "", "multiple": false, - "defaultValue": null, "protected": false, "unique": false, - "persistent": false, - "clearOnHide": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, "refreshOn": "", "redrawOn": "", - "tableView": false, + "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, @@ -39161,56 +38930,56 @@ "multiple": false, "unique": false }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, "allowCalculateOverride": false, "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "tree": false, + "tree": true, "lazyLoad": false, + "disableAddingRemovingRows": false, + "id": "e3whrw9" + }, + { + "title": "", + "collapsible": false, + "key": "panel11", + "type": "panel", + "label": "Panel", + "input": false, + "tableView": false, "components": [ { "html": "

The Director may accept the recommendations of an Approved Professional(s) involved in the review and submission of investigation, risk assessment or remediation reports based in part on the understanding that

", "label": "Content", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content57", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -39225,6 +38994,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -39234,536 +39004,465 @@ "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": [], - "id": "e8rd8qj" + "id": "e4ifqrw" }, { "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, - "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 }, - "errorLabel": "", - "errors": "", "key": "asOfTheDateOfSigningOfThisReportTheApprovedProfessionalOrApprovedProfessionalsIfMoreThanOneIsAreMemberSInGoodStandingOfTheRosterOfApprovedProfessionalsAsMaintainedByTheMinistryAndMemberSOfTheContaminatedSitesApprovedProfessionalsSocietyCsapSociety", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "espd59k", - "defaultValue": false - }, - { - "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": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": 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 - }, - "errorLabel": "", - "errors": "", - "key": "theApprovedProfessionalsSigningThisSummaryOfSiteConditionHaveReviewedTable1Protocol6ForContaminatedSitesEligibilityOfApplicationsForReviewByApprovedProfessionalsAndConfirmThatTheApplicationForContaminatedSitesServicesMayBeProcessedInTheMannerForNonHighRiskSitesUnderTheRosterOfApprovedProfessionalsProcess", - "tags": [], - "properties": {}, + "widget": null, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "eso2ic", - "defaultValue": false - }, - { - "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": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": 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 - }, - "errorLabel": "", - "errors": "", - "key": "theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports", - "tags": [], - "properties": {}, + "widget": null, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", - "value": "", - "input": true, - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "unique": false, - "refreshOn": "", - "dataGridLabel": true, - "labelPosition": "right", - "widget": null, - "validateOn": "change", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "ei6b2fp", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "e3fm8jg" }, { - "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": "", - "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, - "hideLabel": false, - "autofocus": false, - "disabled": false, + "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, - "modalEdit": false, - "persistent": true, - "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "allowCalculateOverride": false, "validate": { - "required": false, - "customMessage": "", + "required": true, "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, + "key": "theReviewerHasNoObligationToUndertakeAnyInquiryIntoTheValidityAccuracyOrPrecisionOfWhatIsReportedInTheDocumentsReviewedBeyondThatWhichThereIsReasonableCauseToBelieveThatThereCouldBeErrorsOrOversightsInThoseReports", + "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": "", - "errors": "", - "key": "asAppropriateTheSourceSiteHasBeenSatisfactorilyInvestigatedForAllAreasOfPotentialEnvironmentalConcernAndPotentialContaminantsOfConcernToDetermineTheLateralAndVerticalExtentsOfContaminationWithDueRegardToEmaTheCsrAndTheHwr", - "tags": [], - "properties": {}, + "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": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "e2whe88", - "defaultValue": false - }, - { - "label": "(as appropriate) The submitted documentation meets the requirements of Sections 1, 47, 49, 58 and 59 of the CSR;", "description": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "asAppropriateTheSubmittedDocumentationMeetsTheRequirementsOfSections1474958And59OfTheCsr", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "eyeklkd", - "defaultValue": false - }, - { - "label": "(as appropriate) The Screening Level Risk Assessment meets the requirements of Protocol 13;", "description": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "asAppropriateTheScreeningLevelRiskAssessmentMeetsTheRequirementsOfProtocol13", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "erd5f4c" + }, + { + "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, + "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": [], - "id": "ewud17", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "eq3epom" } ], - "id": "e2kqn9c" - }, - { - "title": "", - "theme": "default", - "tooltip": "", - "customClass": "", - "collapsible": false, - "hidden": false, - "hideLabel": false, - "disabled": false, - "modalEdit": false, - "key": "panel12", - "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, "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", "multiple": false, "defaultValue": null, "protected": false, "unique": false, "persistent": false, + "hidden": false, "clearOnHide": false, "refreshOn": "", "redrawOn": "", - "tableView": false, + "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, @@ -39773,56 +39472,62 @@ "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, + "theme": "default", + "breadcrumb": "default", + "id": "e9vhc8h" + }, + { + "title": "", + "collapsible": false, + "key": "panel12", + "type": "panel", + "label": "Panel", + "input": false, + "tableView": false, "components": [ { "html": "

 

Additional for AIPs, Determination, CoC

", "label": "Content", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content58", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", @@ -39837,6 +39542,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -39846,414 +39552,372 @@ "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": [], - "id": "e3om77a" + "id": "e9aldbh" }, { "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;", - "description": "", - "tooltip": "", - "shortcut": "", - "inputType": "checkbox", + "tableView": false, + "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr", + "type": "checkbox", + "input": true, + "defaultValue": false, + "placeholder": "", + "prefix": "", "customClass": "", - "tabindex": "", + "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, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forAiPsTheSubmittedRemediationPlanIfImplementedInAccordanceWithTheSpecifiedConditionsImposedInItsDraftScheduleBOfTheAipWillResultInTheSourceSiteBeingRemediatedInAccordanceWithTheApplicableStandardsOfTheCsrAndTheHwr", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "em40f0m", - "defaultValue": false - }, - { - "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": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forAiPsItIsFeasibleToImplementAllProvisionsOfTheRemediationPlanAndToAchieveItsObjectivesAndTheConditionsOfTheAipWithin5YearsOfIssuanceOfTheAip", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "eko8qoe", - "defaultValue": false - }, - { - "label": "(for AiPs) The confirmation of remediation report meets the requirements of section 49(2) of the CSR;", "description": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forAiPsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "e6ovmy5" + }, + { + "label": "(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR", + "tableView": false, + "key": "forCoCsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", + "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", - "widget": null, - "validateOn": "change", - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "addons": [], - "id": "e1z4cw", - "defaultValue": false - }, - { - "label": "(for CoCs) The confirmation of remediation report meets the requirements of section 49 (2) of the CSR", "description": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forCoCsTheConfirmationOfRemediationReportMeetsTheRequirementsOfSection492OfTheCsr", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "inputType": "checkbox", "value": "", + "name": "", + "id": "ezmd1of" + }, + { + "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", - "widget": null, - "validateOn": "change", - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, - "addons": [], - "id": "ebhel0f", - "defaultValue": false - }, - { - "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;", "description": "", + "errorLabel": "", "tooltip": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forCoCsTheOnsiteManagementAreaSHasHaveBeenSatisfactorilyRemediatedInAccordanceWithSection533OfTheEmaAndSection492OfTheCsrInAccordanceWithApplicableStandardsAsIdentifiedInTheDraftCoc", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", - "value": "", - "input": true, - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "unique": false, - "refreshOn": "", - "dataGridLabel": true, - "labelPosition": "right", - "widget": null, - "validateOn": "change", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "e5sr4p4", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "eu606ea" }, { "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, + "inline": 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", @@ -40266,345 +39930,361 @@ "shortcut": "" } ], - "dataType": "", - "persistent": true, + "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries", + "type": "radio", + "input": true, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "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, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "onlyAvailableItems": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "onlyAvailableItems": false }, - "errorLabel": "", - "errors": "", - "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundaries", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "radio", - "input": true, - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "unique": false, - "refreshOn": "", - "dataGridLabel": false, - "widget": null, - "validateOn": "change", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], "inputType": "radio", "fieldSet": false, - "id": "e2vnfbod", - "defaultValue": "" + "id": "ea0silk" }, { "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.", - "description": "", - "tooltip": "", - "shortcut": "", - "inputType": "checkbox", + "tableView": false, + "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow", + "type": "checkbox", + "input": true, + "defaultValue": false, + "placeholder": "", + "prefix": "", "customClass": "", - "tabindex": "", + "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, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forCoCsWhereContaminationExistsBeyondTheLegalLotBoundariesAndEngineeredWorksAreRequiredToPreventRecontaminationOfTheSiteASignedAndStampedDesignDrawingHasBeenProvidedByAProfessionalEngineerForWorksInstalledAtSiteBoundariesToPreventRecontaminationOfTheSiteTheSignatoryNeedNotBeTheApprovedProfessionalSigningBelow", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "equjrfb", - "defaultValue": false - }, - { - "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": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "forDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteAContaminatedSiteUnderSection441OfTheEnvironmentalManagementAct", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", + "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", "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": "ekx5xzp", - "defaultValue": false - }, - { - "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": "", - "shortcut": "", - "inputType": "checkbox", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, - "autofocus": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, + "autofocus": false, "dbIndex": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": null, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "ifADirectFinalDeterminationInAccordanceWithSection155OfTheCsrTheSourceSiteIsAContaminatedSiteUnderSection443OfEma", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "checkbox", - "name": "", - "value": "", - "input": true, - "placeholder": "", - "prefix": "", - "suffix": "", - "multiple": false, - "unique": false, - "refreshOn": "", - "dataGridLabel": true, - "labelPosition": "right", - "widget": null, - "validateOn": "change", + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], - "id": "e617ge", - "defaultValue": false + "inputType": "checkbox", + "value": "", + "name": "", + "id": "eep90z" } ], - "id": "ec7vbrl" - }, - { - "html": "

The opinions, advice and recommendations expressed in this Summary of Site Condition are made in accordance with generally accepted principles and practices as recognized by members of the applicable profession or discipline practicing at the same time and in the same or similar locations. This Summary of Site Condition does not provide a legal opinion or guarantee regarding compliance with applicable laws.

", - "label": "Content", + "placeholder": "", + "prefix": "", "customClass": "", - "refreshOnChange": false, + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, "hidden": false, + "clearOnHide": false, + "refreshOn": "", + "redrawOn": "", "modalEdit": false, - "key": "content59", - "tags": [], - "properties": {}, + "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 + }, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "tree": false, + "lazyLoad": false, + "theme": "default", + "breadcrumb": "default", + "id": "ebvykkr" + }, + { + "html": "

The opinions, advice and recommendations expressed in this Summary of Site Condition are made in accordance with generally accepted principles and practices as recognized by members of the applicable profession or discipline practicing at the same time and in the same or similar locations. This Summary of Site Condition does not provide a legal opinion or guarantee regarding compliance with applicable laws.

", + "label": "Content", + "refreshOnChange": false, + "key": "content59", "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": "", - "tableView": false, + "modalEdit": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -40619,6 +40299,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -40628,35 +40309,36 @@ "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": [], - "id": "eg6vc" + "id": "etqdeh" }, { "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": "", @@ -40665,51 +40347,7 @@ "dateSigned": "00/00/0000" } ], - "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": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "type": "datagrid", "input": true, "components": [ @@ -40720,86 +40358,78 @@ "components": [ { "label": "Signature of Approved Professional", - "footer": "Sign above", + "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, "labelPosition": "top", - "width": "100%", - "height": "150px", - "backgroundColor": "rgb(245,245,235)", - "penColor": "black", "description": "", + "errorLabel": "", "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, + "autofocus": false, + "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "signatureOfApprovedProfessional", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "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": "exum7z9" + "id": "emu0cq9" } ], "width": 6, @@ -40813,305 +40443,272 @@ "components": [ { "label": "First Name", + "tableView": true, + "key": "firstName", + "type": "textfield", + "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", - "placeholder": "", "description": "", + "errorLabel": "", "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, + "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": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "firstName", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "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": "ecxwnzq", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "ew0vcz" }, { "label": "Last Name", - "labelPosition": "top", + "tableView": true, + "key": "lastName", + "type": "textfield", + "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": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "lastName", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "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": "eafnivo", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e50chig" }, { "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 + "yearColumns": 5, + "minDate": null, + "maxDate": null }, - "enableTime": true, - "timePicker": { - "showMeridian": true, - "hourStep": 1, - "minuteStep": 1, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true + "enableMinDateInput": false, + "enableMaxDateInput": false, + "key": "dateTime", + "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 }, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", "multiple": false, "defaultValue": "", - "defaultDate": "", - "customOptions": {}, - "persistent": true, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "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, - "allowCalculateOverride": false, + "attributes": {}, "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": "dateTime", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "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, + "allowCalculateOverride": false, + "encrypted": 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", - "id": "ewpk9km" + "timePicker": { + "hourStep": 1, + "minuteStep": 1, + "showMeridian": true, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true + }, + "customOptions": {}, + "id": "e3sl9i" } ], "width": 6, @@ -41126,7 +40723,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ev4kpmc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ea1ondl00000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -41191,58 +40788,65 @@ ], "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": "", + "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, - "id": "eizst9" + "disableAddingRemovingRows": false, + "id": "exh3uk" } ], - "id": "efpt8i" - }, - { - "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": "", - "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, "placeholder": "", "prefix": "", "suffix": "", @@ -41254,7 +40858,6 @@ "clearOnHide": false, "refreshOn": "", "redrawOn": "", - "tableView": false, "dataGridLabel": false, "labelPosition": "top", "description": "", @@ -41282,48 +40885,67 @@ "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", - "customClass": "", "refreshOnChange": false, - "hidden": false, - "modalEdit": false, "key": "content60", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "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": "", @@ -41338,6 +40960,7 @@ "calculateValue": "", "calculateServer": false, "widget": null, + "attributes": {}, "validateOn": "change", "validate": { "required": false, @@ -41347,35 +40970,36 @@ "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": [], - "id": "elcdtyx" + "id": "eychon" }, { "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": [ { "typeOfArmsLengthReview": "", @@ -41383,53 +41007,9 @@ "firstName": "", "lastName": "", "dateSigned": "00/00/0000" - } - ], - "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": "dataGrid16", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, "type": "datagrid", "input": true, "components": [ @@ -41513,90 +41093,82 @@ "displayMask": "", "spellcheck": true, "truncateMultipleSpaces": false, - "id": "eqgxg2q" + "id": "eftrerl" }, { "label": "Signature of Approved Professional", - "footer": "Sign above", + "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, "labelPosition": "top", - "width": "100%", - "height": "150px", - "backgroundColor": "rgb(245,245,235)", - "penColor": "black", "description": "", + "errorLabel": "", "tooltip": "", - "customClass": "", - "tabindex": "", - "hidden": false, "hideLabel": false, + "tabindex": "", "disabled": false, - "tableView": false, - "modalEdit": false, - "persistent": true, - "protected": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, + "autofocus": false, + "dbIndex": false, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", "validate": { "required": false, - "customMessage": "", "custom": "", "customPrivate": false, - "json": "", "strictDateValidation": false, "multiple": false, "unique": false }, - "errorLabel": "", - "errors": "", - "key": "signatureOfApprovedProfessional", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "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", + "allowCalculateOverride": false, + "encrypted": false, "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": "epsxxv5" + "id": "eas6rs4" } ], "width": 6, @@ -41610,305 +41182,272 @@ "components": [ { "label": "First Name", - "labelPosition": "top", + "tableView": true, + "key": "firstName", + "type": "textfield", + "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": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "firstName", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "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": "e73qv96", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e1oxpx5" }, { "label": "Last Name", - "labelPosition": "top", + "tableView": true, + "key": "lastName", + "type": "textfield", + "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": "" }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "lastName", - "tags": [], - "properties": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "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": "eu7jhcp", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e2czwbk" }, { "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 + "yearColumns": 5, + "minDate": null, + "maxDate": null }, - "enableTime": true, - "timePicker": { - "showMeridian": true, - "hourStep": 1, - "minuteStep": 1, - "readonlyInput": false, - "mousewheel": true, - "arrowkeys": true + "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 }, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", "multiple": false, "defaultValue": "", - "defaultDate": "", - "customOptions": {}, - "persistent": true, "protected": false, - "dbIndex": false, - "encrypted": false, - "redrawOn": "", + "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, - "allowCalculateOverride": false, + "attributes": {}, "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": {}, "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "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, + "allowCalculateOverride": false, + "encrypted": 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", - "id": "e4u5pgk" + "timePicker": { + "hourStep": 1, + "minuteStep": 1, + "showMeridian": true, + "readonlyInput": false, + "mousewheel": true, + "arrowkeys": true + }, + "customOptions": {}, + "id": "eerbx4m" } ], "width": 6, @@ -41923,7 +41462,7 @@ "type": "columns", "input": false, "tableView": false, - "id": "ehbime00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks09m0000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -41988,22 +41527,104 @@ ], "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": "", + "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, - "id": "et2496k" + "disableAddingRemovingRows": false, + "id": "elvgfje" } ], - "id": "ew977y" + "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": "ekg6nar" }, { "html": "

Part 8 - Statement of Site Owner / Agent / Lessee

 

8.1 Offsite Migration Notification

", @@ -42831,7 +42452,7 @@ "refreshOn": "", "addons": [], "inputType": "text", - "id": "errpqaf000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "errpqaf0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "defaultValue": "" } ], @@ -44364,7 +43985,7 @@ "eq": "", "json": "" }, - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\nconst roles = UserDetails[\"role\"];\nif(roles.includes(\"formsflow-client\")||roles.includes(\"formsflow-reviewer/formsflow-client-reviewer\") ) {\n show = true;\n}\nelse\n{\n show = false;\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-client\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", "logic": [], "attributes": {}, "overlay": { @@ -44415,7 +44036,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "el00fud" + "id": "eh150x" }, { "label": "bundleStatus", 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 37caaac2..0c35b44f 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 @@ -315,7 +315,7 @@ "eq": "", "json": "" }, - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\ndata.bundleStatus === 'cssaMgrAccepted') {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\n\r\nconst roles = UserDetails[\"role\"];\r\nif(roles.includes(\"formsflow-reviewer/caseworker\")&&\r\n(data.bundleStatus === 'cssaMgrAccepted' || \r\ndata.bundleStatus === 'cssaCaseworkerAccepted')) {\r\n if(data.typeOfReview === \"applicationViaTheSocietyOfContaminatedSitesApprovedProfessionalsOfBc\")\r\n show = false;\r\n else\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}", "logic": [], "attributes": {}, "overlay": { @@ -366,7 +366,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "ew6jvpd" + "id": "edqsiuf" }, { "label": "Approved", @@ -7617,7 +7617,7 @@ "addons": [], "tree": false, "lazyLoad": false, - "id": "ehmz9lv0000" + "id": "ehmz9lv00000000" } ], "placeholder": "", @@ -9260,7 +9260,7 @@ } ], "collapsible": false, - "id": "ewhx8sm0000", + "id": "ewhx8sm00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18428,7 +18428,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "elva880000", + "id": "elva8800000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18508,7 +18508,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "ey48nu0000", + "id": "ey48nu00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18883,7 +18883,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyxe45n0000", + "id": "eyxe45n00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18976,7 +18976,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "efdcvf0000", + "id": "efdcvf00000000", "prefix": "", "customClass": "", "suffix": "", @@ -19190,7 +19190,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "emf4u7g0000", + "id": "emf4u7g00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20242,7 +20242,7 @@ }, "inputMask": "999-999-999", "tableView": true, - "id": "ev43oe90000", + "id": "ev43oe900000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20322,7 +20322,7 @@ "tableView": true, "autoExpand": true, "inputFormat": "plain", - "id": "eb3d0l0000", + "id": "eb3d0l00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20697,7 +20697,7 @@ "input": true, "label": "PIN", "tableView": true, - "id": "eyv4fcu0000", + "id": "eyv4fcu00000000", "placeholder": "", "prefix": "", "customClass": "", @@ -20790,7 +20790,7 @@ "autoExpand": true, "inputFormat": "plain", "placeholder": "example, metes and bounds", - "id": "ecgeub0000", + "id": "ecgeub00000000", "prefix": "", "customClass": "", "suffix": "", @@ -21004,7 +21004,7 @@ "input": true, "label": "Crown Land File Numbers", "tableView": true, - "id": "eguyyh0000", + "id": "eguyyh00000000", "placeholder": "", "prefix": "", "customClass": "", 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 e3412f7d..5602d76b 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 @@ -1020,7 +1020,7 @@ "eq": "", "json": "" }, - "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}", + "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}", "logic": [], "attributes": {}, "overlay": { @@ -1072,7 +1072,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "eilltmi" + "id": "eznm0q" }, { "label": "Approved", @@ -1195,7 +1195,7 @@ "eq": "", "json": "" }, - "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \t\t var applicationStatus = response.applicationStatus?response.applicationStatus.value:'';\r\n\t\t var isCssaResubmitted = response.isCssaResubmitted?response.isCssaResubmitted.value:false;\r\n \t\t var isDeraResubmitted = response.isDeraResubmitted?response.isDeraResubmitted.value:false;\r\n\r\n\t if(isDeraResubmitted){\r\n \t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\r\n\t }\r\n\t else if (isCssaResubmitted) {\r\n\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}", + "customConditional": "const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"));\r\nconst roles = UserDetails[\"role\"];\r\nconst taskUrl = window.location.pathname.split('/');\r\nconst taskId = taskUrl[2];\r\nconst authToken = localStorage.getItem(\"authToken\");\r\nconst bpmUrl = localStorage.getItem(\"bpmApiUrl\");\r\nvar reqUrl = bpmUrl + \"/task/\" + taskId + \"/variables\";\r\n\r\n getData(reqUrl, authToken).then((response) => {\r\n \r\n \t\t var applicationStatus = response.applicationStatus?response.applicationStatus.value:'';\r\n\t if(response.deraStatus && response.deraStatus.value === 'Returned'){\r\n \t\t component.disabled = true;\r\n\t component.description = 'Disabled since DERA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\r\n\t }\r\n\t else if (applicationStatus === 'Resubmit') {\r\n\r\n\t component.disabled = true;\r\n\t component.description = 'Disabled since CSSA resubmission in progress';\r\n\t instance.triggerRedraw();\r\n\t } else {\r\n\t component.description = '';\r\n\t component.disabled = false;\r\n\t instance.triggerRedraw();\r\n\t }\r\n\t \r\n });\r\n\r\n\r\nasync function getData(reqUrl, authToken) {\r\n const response = await fetch(reqUrl, {\r\n method: \"GET\",\r\n headers: {\r\n \"Content-type\": \"application/json\",\r\n Accept: \"application/json\",\r\n Authorization: \"Bearer \" + authToken,\r\n },\r\n });\r\n const data = await response.json();\r\n return data;\r\n}", "logic": [], "attributes": {}, "overlay": { @@ -1246,7 +1246,7 @@ "showWordCount": false, "allowMultipleMasks": false, "addons": [], - "id": "e6wka93" + "id": "epaslsk" } ], "size": "md", @@ -5069,7 +5069,7 @@ "attributes": {}, "components": [ { - "id": "ele95t000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "ele95t00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "spropertyOwnerAndOrOperator", "tree": false, "type": "panel", @@ -14481,7 +14481,7 @@ "attributes": {}, "components": [ { - "id": "eks0gu00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eks0gu0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "exposurePathwayQuestionnaireAffectedParcel", "tree": false, "type": "panel", @@ -18424,7 +18424,7 @@ } ], "collapsible": false, - "id": "eo5mwyp000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eo5mwyp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", @@ -18688,92 +18688,98 @@ "breadcrumb": "default", "components": [ { - "id": "eqptmbu", - "key": "simpletextarea", - "case": "", - "mask": false, - "rows": 3, - "type": "textarea", - "input": true, - "label": "Multi-line Text", - "editor": "", - "hidden": false, + "label": "Additional Information ", + "labelPosition": "top", + "placeholder": "", + "description": "", + "tooltip": "", "prefix": "", "suffix": "", - "unique": false, "widget": { "type": "input" }, - "dbIndex": false, - "overlay": { - "top": "", - "left": "", - "style": "", - "width": "", - "height": "" - }, - "tooltip": "", - "wysiwyg": false, + "displayMask": "", + "editor": "", + "autoExpand": true, + "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": "plain", + "protected": false, + "dbIndex": false, + "case": "", + "truncateMultipleSpaces": false, + "encrypted": false, "redrawOn": "", - "tabindex": "", + "clearOnHide": true, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "allowCalculateOverride": false, + "validateOn": "change", "validate": { - "custom": "", - "unique": false, - "pattern": "", - "maxWords": "", - "minWords": "", - "multiple": false, "required": false, - "maxLength": "", - "minLength": "", + "pattern": "", "customMessage": "", + "custom": "", "customPrivate": false, - "strictDateValidation": false + "json": "", + "minLength": "", + "maxLength": "", + "minWords": "", + "maxWords": "", + "strictDateValidation": false, + "multiple": false, + "unique": false }, - "autofocus": false, - "encrypted": false, - "fixedSize": true, - "hideLabel": false, - "inputMask": "", - "inputType": "text", - "modalEdit": false, - "protected": false, - "refreshOn": "", - "tableView": true, - "attributes": {}, - "autoExpand": true, + "unique": false, "errorLabel": "", - "persistent": true, + "errors": "", + "key": "simpletextarea", + "tags": [], "properties": {}, - "spellcheck": true, - "validateOn": "change", - "clearOnHide": true, "conditional": { - "eq": "", - "json": "", "show": null, - "when": null + "when": null, + "eq": "", + "json": "" }, - "customClass": "", - "description": "", - "inputFormat": "plain", - "placeholder": "", - "defaultValue": "", - "dataGridLabel": false, - "labelPosition": "top", - "showCharCount": false, - "showWordCount": false, - "calculateValue": "", - "calculateServer": false, "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "textarea", + "rows": 3, + "wysiwyg": false, + "input": true, + "refreshOn": "", + "dataGridLabel": false, "allowMultipleMasks": false, - "customDefaultValue": "", - "allowCalculateOverride": false, "addons": [], - "displayMask": "", - "truncateMultipleSpaces": false + "mask": false, + "inputType": "text", + "inputMask": "", + "fixedSize": true, + "id": "en7kcaa", + "defaultValue": "" } ], "errorLabel": "", diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn index 4a460f7b..0b47468c 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/SoSC/SOSCWorklow.bpmn @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ Gateway_04o747e Activity_1uc1xs1 - Gateway_0xsksj8 Activity_08ykdar @@ -26,7 +25,6 @@ Activity_1ao3zkj Gateway_15p5urd - Gateway_1hfcr71 Activity_0vo5rls @@ -148,7 +146,7 @@ ${action == 'Returned'} - + ${action == 'Recheck'} @@ -173,7 +171,7 @@ ${action == 'Accepted'} - + ${applicationStatus== 'Resubmitted' and isCssaTeam== true} @@ -238,7 +236,7 @@ system.out.println ("isSentFromSociety "+ task.execution.getVariable('isSentFrom Flow_0d8ruax - Flow_1uymx0e + Flow_0b418rv Flow_12uv3km Flow_0kfjdmp @@ -424,26 +422,12 @@ task.execution.setVariable('deleteReason', "completed"); Flow_0xviquu Flow_0b418rv - - - Flow_0b418rv - Flow_1uymx0e - Flow_16imhzz - - - Flow_1rauvts + Flow_0d8ruax Flow_0gb2oz2 Flow_0qw9o9a Flow_0pzpbn7 - - - Flow_0d8ruax - Flow_1rauvts - Flow_0xqxeuh - - Flow_1e5ig6c Flow_19ktqsm @@ -634,8 +618,6 @@ task.execution.setVariable('deleteReason', "completed"); Flow_0z0wj6z Flow_1hnx4nj Flow_0q6vtm0 - Flow_0xqxeuh - Flow_16imhzz Flow_0aoaeq3 @@ -680,238 +662,255 @@ task.execution.setVariable('deleteReason', "completed"); - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - + + + + - + - - - - - - + + + + + + - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - - - - - - + + + + + + + + + - + - - - + + + + - + - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - - - + + + - + - - + + + - + - - - - + + + + - - - - - - - - - - - + + + + + - - - - - + + + + + - + - - - - - + + + - + - - - - - - - + + + + + - + - - - + + + + + - - - + + + + + - - - + + + + + + + - + - - - + + + - + - - - - @@ -921,273 +920,232 @@ task.execution.setVariable('deleteReason', "completed"); - - - + + + + + + + - + - - - + + + - + - - - - - - - - - + + + - - - - - + + + - - - - - + + + - + - - - + + + + + + + + + - + - - - - - + + + + + - + - - - - - + + + + + + + + - - - - + + + + + + + - + - - - + + - + - - - + + + - - - + + + - + - - - + + + + + + - + - - - - - + + + + + + + - + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - + + + - + - - - - + + + + + + + + + + + + + + + + + + + - + - - - - - - + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - - - - - - + + + + + + - + - - - - + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/View.js b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/View.js new file mode 100644 index 00000000..cccd5ec8 --- /dev/null +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-web/src/components/Form/Item/View.js @@ -0,0 +1,539 @@ +import React, { useCallback, useEffect, useRef, useState } from "react"; +import { Link, useParams } from "react-router-dom"; +import { push } from "connected-react-router"; +import { connect, useDispatch, useSelector } from "react-redux"; +import { + selectRoot, + resetSubmissions, + saveSubmission, + Form, + selectError, + Errors, + getForm, + Formio, +} from "react-formio"; +import { useTranslation, Translation } from "react-i18next"; +import isEqual from "lodash/isEqual"; + +import Loading from "../../../containers/Loading"; +import { + getProcessReq, + getDraftReqFormat, +} from "../../../apiManager/services/bpmServices"; +import { formio_resourceBundles } from "../../../resourceBundles/formio_resourceBundles"; +import { + setFormFailureErrorData, + setFormRequestData, + setFormSubmissionError, + setFormSubmissionLoading, + setFormSuccessData, + setMaintainBPMFormPagination, +} from "../../../actions/formActions"; +import SubmissionError from "../../../containers/SubmissionError"; +import { publicApplicationStatus } from "../../../apiManager/services/applicationServices"; +import LoadingOverlay from "react-loading-overlay"; +import { CUSTOM_EVENT_TYPE } from "../../ServiceFlow/constants/customEventTypes"; +import { toast } from "react-toastify"; +import { setFormSubmitted } from "../../../actions/formActions"; +import { fetchFormByAlias } from "../../../apiManager/services/bpmFormServices"; +import { checkIsObjectId } from "../../../apiManager/services/formatterService"; +import { + draftCreate, + draftUpdate, + publicDraftCreate, + publicDraftUpdate, +} from "../../../apiManager/services/draftService"; +import { setPublicStatusLoading } from "../../../actions/applicationActions"; +import { postCustomSubmission } from "../../../apiManager/services/FormServices"; +import { + CUSTOM_SUBMISSION_URL, + CUSTOM_SUBMISSION_ENABLE, + MULTITENANCY_ENABLED, + DRAFT_ENABLED, + DRAFT_POLLING_RATE, +} from "../../../constants/constants"; +import useInterval from "../../../customHooks/useInterval"; +import selectApplicationCreateAPI from "./apiSelectHelper"; +import { + getApplicationCount, + getFormProcesses, +} from "../../../apiManager/services/processServices"; +import { setFormStatusLoading } from "../../../actions/processActions"; +import SavingLoading from "../../Loading/SavingLoading"; +//import NotFound from "../../NotFound/"; +import { renderPage } from "../../../helper/helper"; + +const View = React.memo((props) => { + const [formStatus, setFormStatus] = React.useState(""); + const { t } = useTranslation(); + const lang = useSelector((state) => state.user.lang); + const pubSub = useSelector((state) => state.pubSub); + const formStatusLoading = useSelector( + (state) => state.process?.formStatusLoading + ); + const isFormSubmissionLoading = useSelector( + (state) => state.formDelete.isFormSubmissionLoading + ); + const isPublicStatusLoading = useSelector( + (state) => state.applications.isPublicStatusLoading + ); + + const isFormSubmitted = useSelector( + (state) => state.formDelete.formSubmitted + ); + const publicFormStatus = useSelector( + (state) => state.formDelete.publicFormStatus + ); + const draftSubmissionId = useSelector( + (state) => state.draft.draftSubmission?.id + ); + // Holds the latest data saved by the server + const processLoadError = useSelector((state) => state.process?.processLoadError); + const lastUpdatedDraft = useSelector((state) => state.draft.lastUpdated); + const isPublic = !props.isAuthenticated; + const tenantKey = useSelector((state) => state.tenants?.tenantId); + const redirectUrl = MULTITENANCY_ENABLED ? `/tenant/${tenantKey}/` : "/"; + /** + * `draftData` is used for keeping the uptodate form entry, + * this will get updated on every change the form is having. + */ + const [draftData, setDraftData] = useState({}); + const draftRef = useRef(); + const [isDraftCreated, setIsDraftCreated] = useState(false); + + const { formId } = useParams(); + const [validFormId, setValidFormId] = useState(undefined); + + const [showPublicForm, setShowPublicForm] = useState("checking"); + const [poll, setPoll] = useState(DRAFT_ENABLED); + const exitType = useRef("UNMOUNT"); + const [draftSaved, setDraftSaved] = useState(false); + const [notified, setNotified] = useState(false); + const { + isAuthenticated, + submission, + hideComponents, + onSubmit, + onCustomEvent, + errors, + options, + form: { form, isActive, url, error }, + } = props; + + const [isValidResource, setIsValidResource] = useState(false); + + const dispatch = useDispatch(); + /* + Selecting which endpoint to use based on authentication status, + public endpoint or authenticated endpoint. + */ + const draftCreateMethod = isAuthenticated ? draftCreate : publicDraftCreate; + const draftUpdateMethod = isAuthenticated ? draftUpdate : publicDraftUpdate; + + const getPublicForm = useCallback( + (form_id, isObjectId, formObj) => { + dispatch(setPublicStatusLoading(true)); + dispatch( + publicApplicationStatus(form_id, (err) => { + dispatch(setPublicStatusLoading(false)); + if (!err) { + if (isPublic) { + if (isObjectId) { + dispatch(getForm("form", form_id)); + dispatch(setFormStatusLoading(false)); + } else { + dispatch( + setFormRequestData( + "form", + form_id, + `${Formio.getProjectUrl()}/form/${form_id}` + ) + ); + dispatch(setFormSuccessData("form", formObj)); + dispatch(setFormStatusLoading(false)); + } + } + } + }) + ); + }, + [dispatch, isPublic] + ); + const getFormData = useCallback(() => { + const isObjectId = checkIsObjectId(formId); + if (isObjectId) { + getPublicForm(formId, isObjectId); + setValidFormId(formId); + } else { + dispatch( + fetchFormByAlias(formId, async (err, formObj) => { + if (!err) { + const form_id = formObj._id; + getPublicForm(form_id, isObjectId, formObj); + setValidFormId(form_id); + } else { + dispatch(setFormFailureErrorData("form", err)); + } + }) + ); + } + }, [formId, dispatch, getPublicForm]); + /** + * Compares the current form data and last saved data + * Draft is updated only if the form is updated from the last saved form data. + */ + const saveDraft = (payload, exitType = exitType) => { + if (exitType === "SUBMIT") return; + let dataChanged = !isEqual(payload.data, lastUpdatedDraft.data); + if (draftSubmissionId && isDraftCreated) { + if (dataChanged) { + setDraftSaved(false); + dispatch( + draftUpdateMethod(payload, draftSubmissionId, (err) => { + if (exitType === "UNMOUNT" && !err && isAuthenticated) { + toast.success(t("Submission saved to draft.")); + } + if (!err) { + setDraftSaved(true); + } else { + setDraftSaved(false); + } + }) + ); + } + } + }; + + useEffect(() => { + if (form._id && !error) setIsValidResource(true); + return () => setIsValidResource(false); + }, [error, form._id]); + + useEffect(() => { + setTimeout(() => { + setNotified(true); + }, 5000); + }, []); + + useEffect(() => { + if (isDraftCreated) { + setDraftSaved(true); + } + }, [isDraftCreated]); + + /** + * Will create a draft application when the form is selected for entry. + */ + useEffect(() => { + if ( + validFormId && + DRAFT_ENABLED && + isValidResource && + ((isAuthenticated && formStatus === "active") || + (!isAuthenticated && publicFormStatus?.status == "active")) + ) { + let payload = getDraftReqFormat(validFormId, draftData?.data); + dispatch(draftCreateMethod(payload, setIsDraftCreated)); + } + }, [validFormId, formStatus, publicFormStatus, isValidResource]); + + /** + * We will repeatedly update the current state to draft table + * on purticular interval + */ + useInterval( + () => { + let payload = getDraftReqFormat(validFormId, { ...draftData?.data }); + saveDraft(payload); + }, + poll ? DRAFT_POLLING_RATE : null + ); + + /** + * Save the current state when the component unmounts. + * Save the data before submission to handle submission failure. + */ + useEffect(() => { + return () => { + let payload = getDraftReqFormat(validFormId, draftRef.current?.data); + if (poll) saveDraft(payload, exitType.current); + }; + }, [validFormId, draftSubmissionId, isDraftCreated, poll, exitType.current]); + + useEffect(() => { + if (isAuthenticated) { + dispatch(setFormStatusLoading(true)); + dispatch( + getFormProcesses(formId, (err, data) => { + if (!err) { + dispatch(getApplicationCount(data.id)); + setFormStatus(data.status); + dispatch(setFormStatusLoading(false)); + }else{ + dispatch(setFormStatusLoading(false)); + } + }) + ); + } + }, [isAuthenticated]); + + useEffect(() => { + if (isPublic) { + getFormData(); + } else { + setValidFormId(formId); + } + }, [isPublic, dispatch, getFormData]); + + useEffect(() => { + if (publicFormStatus) { + if ( + publicFormStatus.anonymous === true && + publicFormStatus.status === "active" + ) { + setShowPublicForm(true); + } else { + setShowPublicForm(false); + } + } + }, [publicFormStatus]); + + useEffect(()=>{ + if(pubSub.publish){ + pubSub.publish('ES_FORM', form); + } + },[form, pubSub.publish]); + + if (isActive || isPublicStatusLoading || formStatusLoading) { + return ( +
+ +
+ ); + } + + if (isFormSubmitted && !isAuthenticated) { + return ( +
+

{t("Thank you for your response.")}

+

{t("saved successfully")}

+
+ ); + } + + if (isPublic && !showPublicForm) { + return ( +
+ {t("Form not available")} +
+ ); + } + return ( +
+ {DRAFT_ENABLED && + isAuthenticated && + isValidResource && + (formStatus === "active" || + (publicFormStatus?.anonymous === true && + publicFormStatus?.status === "active")) && ( + <> + + {!notified && ( + + + {t( + "Unfinished applications will be saved to Applications/Drafts." + )} + + )} + + {notified && poll && ( + + )} + + + )} +
+
+ + {isAuthenticated ? ( + + + + ) : null} + + {form.title ? ( +

+ +