diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json index 10c8178f..52f24553 100644 --- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json +++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json @@ -5488,7 +5488,7 @@ "attributes": {}, "components": [ { - "id": "eh8z2bfa000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "panel", "tags": [], "tree": false, @@ -7275,71 +7275,71 @@ "offset": 0, "components": [ { - "id": "ell9c8g", "key": "dera", - "html": "

1.2 Does the DERA describe how the method(s) of assessment and the findings of any previous investigation(s) were used to design and carry out the current assessment? 

", + "html": "

1.2 Does the DERA describe how the method(s) of assessment and the findings of any previous investigation(s) were used to design and carry out the current assessment? 


", "type": "content", "input": false, "label": "Text/Images", - "hidden": false, + "tableView": false, + "hideOnChildrenHidden": false, + "placeholder": "", "prefix": "", + "customClass": "", "suffix": "", - "unique": false, - "widget": null, - "dbIndex": false, - "overlay": { - "top": "", - "left": "", - "style": "", - "width": "", - "height": "" - }, - "tooltip": "", - "disabled": false, "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", "validate": { - "custom": "", - "unique": false, - "multiple": false, "required": false, + "custom": "", "customPrivate": false, - "strictDateValidation": false + "strictDateValidation": false, + "multiple": false, + "unique": false }, - "autofocus": false, - "encrypted": false, - "hideLabel": false, - "modalEdit": false, - "protected": false, - "refreshOn": "", - "tableView": false, - "attributes": {}, - "errorLabel": "", - "persistent": true, - "properties": {}, - "validateOn": "change", - "clearOnHide": true, "conditional": { - "eq": "", "show": null, - "when": null + "when": null, + "eq": "" }, - "customClass": "", - "description": "", - "placeholder": "", - "defaultValue": null, - "dataGridLabel": false, - "labelPosition": "top", + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, - "calculateValue": "", - "calculateServer": false, + "properties": {}, "allowMultipleMasks": false, - "customDefaultValue": "", - "hideOnChildrenHidden": false, - "allowCalculateOverride": false, - "addons": [] + "addons": [], + "id": "efr6f1w" } ], "currentWidth": 4 @@ -36017,7 +36017,7 @@ } ], "collapsible": false, - "id": "eof7940000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eof794000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "", diff --git a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn index f85a7beb..18e542f9 100644 --- a/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn +++ b/forms-flow-ai/forms-flow-ai-ee/forms-flow-bpm/processes/Bundling/subProcess/DERABundleWorkflow.bpmn @@ -1129,6 +1129,16 @@ execution.setVariable('srcrStatus', "Resubmitted"); ${action == 'Rejected'} + + + execution.setVariable('srcrBundleStatus', "srcrCaseworkerAccepted"); + + + + ["applicationId", "applicationStatus", "srcrBundleStatus"] + + + ${action == 'Accepted'} @@ -1250,6 +1260,16 @@ execution.setVariable('requestType', 'SRCR'); + + + execution.setVariable('srcrBundleStatus', "srcrSrcoAccepted"); + + + + ["applicationId", "applicationStatus", "srcrBundleStatus"] + + + ${action == 'Accepted'}