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

Upgrade to LA code to use Form Flow Library version 0.0.17 #436

Merged
merged 2 commits into from Dec 8, 2023

Conversation

bseeger
Copy link
Contributor

@bseeger bseeger commented Dec 7, 2023

The fileUploader.html file had an area that needed to be tweaked. We now need to send in "screen" to the file-upload endpoint. I added it for the other endpoints as well, though they don't require it yet.

@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-436 December 7, 2023 20:57 Inactive
@bseeger bseeger changed the title Upgrade to us Form Flow Library version 0.0.17 Upgrade to LA code to use Form Flow Library version 0.0.17 Dec 7, 2023
let filesToDelete = window['cancelledFiles' + [[${inputName}]]];
filesToDelete.forEach(fTD => {
if (fTD.name === file.name) {
removeFileFromDropzone(file, id);
removeFileFromDropzone(file, id, flow, screeen);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
removeFileFromDropzone(file, id, flow, screeen);
removeFileFromDropzone(file, id, flow, screen);

@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-436 December 7, 2023 22:44 Inactive
@bseeger bseeger merged commit 25af8de into main Dec 8, 2023
5 checks passed
@bseeger bseeger deleted the upgrade_ffl_0.0.17 branch December 8, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants