Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAF-74 Allow attachment URLs into SQS payload #106

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

jamiecarterHO
Copy link
Contributor

What?

Altered behaviour as part of form submission to allow file-vault URLs for attachments to be added from the session into the SQS payload and sent to queue.

Removed an unnecessary log of image array. This comes up in other logs elsewhere in the behaviour.

Why?

Existing code was blocking this. Will be a prerequisite to sending the attachment files to IMS from the ims-resolver.

How?

Removed existing conditionals that stopped the array of file-vault URLs for attachements/uploaded files from being brought from the session into the SQS payload.

Altered the tree structure so it will be simpler to extract the file URL array from the payload for processing in the ims-resolver.

Testing?

Tested locally using the UAT queue.

* Altered conditionals stopping 'image' array from being added to payload
* Fixed a typo
* Removed an unnecessary log
@jamiecarterHO jamiecarterHO merged commit a79687d into master Jan 19, 2024
2 of 3 checks passed
@jamiecarterHO jamiecarterHO deleted the PAF-74-payload-fv-urls branch January 19, 2024 11:19
@jamiecarterHO jamiecarterHO mentioned this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants