-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIV-16594 take case offline view applications avilable (#6162)
* CIV-16568 added changes for sot * CIV-16594 added changes for sot * CIV-16594 updated tests * CIV-16594 updated tests * CIV-16594 updated tests * CIV-16594 updated tests * CIV-16594 removed the logic to show dashboard notifications for applicant --------- Co-authored-by: Raja Mani <rajakm@gmail.com> Co-authored-by: sankhajuria <sankhajuria@gmail.com>
- Loading branch information
1 parent
336a810
commit 46b18c2
Showing
6 changed files
with
111 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...ources/db/migration/V2025_02_13_1701__CIV-16594-general-initiate-application-inactive.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/** | ||
* Add scenario | ||
*/ | ||
INSERT INTO dbs.scenario (name, notifications_to_delete, notifications_to_create) | ||
VALUES ('Scenario.AAA6.GeneralApplication.InitiateApplication.Inactive.Claimant', '{}', '{}'), | ||
('Scenario.AAA6.GeneralApplication.InitiateApplication.Inactive.Defendant', '{}', '{}'); | ||
|
||
/** | ||
* Add task list items | ||
*/ | ||
INSERT INTO dbs.task_item_template (task_name_en, category_en, task_name_cy, category_cy, template_name, | ||
scenario_name, task_status_sequence, role, task_order) | ||
values ('Contact the court to request a change to my case', | ||
'Applications', 'Cysylltu â’r llys i wneud cais am newid i fy achos', | ||
'Ceisiadau', 'Application.Create', 'Scenario.AAA6.GeneralApplication.InitiateApplication.Inactive.Claimant', | ||
'{2, 2}', 'CLAIMANT', 16), | ||
('Contact the court to request a change to my case', | ||
'Applications', 'Cysylltu â’r llys i wneud cais am newid i fy achos', | ||
'Ceisiadau', 'Application.Create', 'Scenario.AAA6.GeneralApplication.InitiateApplication.Inactive.Defendant', | ||
'{2, 2}', 'DEFENDANT', 16); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters