FOUR-32224: Prevent Web Entry temporary file download errors#1918
Open
eiresendez wants to merge 1 commit into
Open
FOUR-32224: Prevent Web Entry temporary file download errors#1918eiresendez wants to merge 1 commit into
eiresendez wants to merge 1 commit into
Conversation
Contributor
Author
|
Solution: Screen.Recording.2026-07-15.at.11.38.02.a.m.mov |
screen-builder
|
||||||||||||||||||||||||||||
| Project |
screen-builder
|
| Branch Review |
bugfix/FOUR-32224
|
| Run status |
|
| Run duration | 09m 51s |
| Commit |
|
| Committer | Eleazar Resendez |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
19
|
|
|
0
|
|
|
389
|
| View all changes introduced in this branch ↗︎ | |
|
|
QA server K8S was successfully deployed https://ci-20bc8757b6.engk8s.processmaker.net |
mcraeteisha
approved these changes
Jul 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Issue & Reproduction Steps
In an intermediate Web Entry task, configure File Upload, File Preview, and File Download controls to use the same variable. Open the Web Entry and upload a file. File Preview loads successfully, but File Download treats the temporary
webentry_*identifier as a persisted Request Media ID, calls the persisted-file endpoint, receives a404, and displays an error alert.Solution
webentry_*values.Downloading temporary files before submission remains outside the scope of this fix.
How to Test
npx jest tests/unit/FileDownloadUtils.spec.js --no-coverage --runInBand.npx eslint src/components/renderer/file-download.vue tests/unit/FileDownloadUtils.spec.js.npm run build.webentry_*identifier is made.Manual local verification was completed successfully.
Related Tickets & Packages
ci:deploy