-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DFPL-2454: Add Attach document to Judicial Message flow (#5655)
* DFPL-2454: Add Attach document to Judicial Message flow * remove old reply message tests, tests no longer required and add tests for document selecting * update controller test + mid event name * update controller test + mid event name * add validation and list population tests * add about to start tests and remove old one + checkstyle * fix old tests and add remove temp fields from controller for email validation * checkstyle * add playwright tests and add back remove transient fields * update to use only existing documents and rename method * fix tests * checkstyle * fix test mock --------- Co-authored-by: Braimah101 <41795070+Braimah101@users.noreply.github.com>
- Loading branch information
1 parent
09169ad
commit 4817a0a
Showing
25 changed files
with
896 additions
and
469 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
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
23 changes: 23 additions & 0 deletions
23
ccd-definition/FixedLists/CareSupervision/MessageAttachmentSelector.json
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,23 @@ | ||
[ | ||
{ | ||
"LiveFrom": "01/01/2017", | ||
"ID": "MessageAttachmentSelector", | ||
"ListElementCode": "DOCUMENT", | ||
"ListElement": "Document", | ||
"DisplayOrder": 1 | ||
}, | ||
{ | ||
"LiveFrom": "01/01/2017", | ||
"ID": "MessageAttachmentSelector", | ||
"ListElementCode": "APPLICATION", | ||
"ListElement": "Application", | ||
"DisplayOrder": 2 | ||
}, | ||
{ | ||
"LiveFrom": "01/01/2017", | ||
"ID": "MessageAttachmentSelector", | ||
"ListElementCode": "NONE", | ||
"ListElement": "No attachment", | ||
"DisplayOrder": 3 | ||
} | ||
] |
Oops, something went wrong.