-
Notifications
You must be signed in to change notification settings - Fork 0
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
task/WP-163 Compress Archive Path Fix #846
Conversation
Codecov Report
@@ Coverage Diff @@
## main #846 +/- ##
==========================================
+ Coverage 63.05% 63.08% +0.02%
==========================================
Files 427 427
Lines 12131 12148 +17
Branches 2481 2490 +9
==========================================
+ Hits 7649 7663 +14
- Misses 4278 4280 +2
- Partials 204 205 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally - LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, LGTM.
One comment, but optional.
Overview
The goal for this task was to ensure that
Download Folder
actions in a public system archived the compressed file to the users default private system instead of the public system itself. If no default private system was present then the user will be presented with an error messageRelated
Changes
1- Added a check to determine if the source system is public or private. Based on that, the archive path for the compressed file is set
2- Added functionality to send back a custom message to
DataFilesDownloadMessageModal
so that the user can be presented with the correct error messageTesting
datafiles.sagas.js
and change line 1077 toconst systems = []
Folder downloads are unavailable in this portal
UI
Job detail with private output path for a public file
Error message
Notes
TODO: