Closed hudson-newey closed 1 year ago
Size Change: +992 B (0%)
Total Size: 2.68 MB
Filename | Size | Change |
---|---|---|
dist/workbench-client/browser/main.****************.js |
848 kB | +386 B (0%) |
dist/workbench-client/server/main.js |
1.78 MB | +606 B (0%) |
6 files 6 suites 15m 4s :stopwatch: 20 016 tests 19 440 :heavy_check_mark: 576 :zzz: 0 :x: 20 124 runs 19 548 :heavy_check_mark: 576 :zzz: 0 :x:
Results for commit c6890755.
:recycle: This comment has been updated with latest results.
Site/point deletion: warn users what will happen with audio recordings upon deletion
As users are now uploading audio recordings via the Harvest webpages, they sometimes run into issues when uploading duplicate audio recordings.
Currently when a point/site is deleted, the audio recordings are disassociated from the site/point, but they still exist (they are hidden). So if a user uploads an audio recording -> deletes a site -> creates a new site -> uploads the same audio recording, it will be blocked from Harvest as a duplicate upload.
We should explain this behavior to users in "user friendly" language when the site is deleted via a warning in the deletion modal window.
Changes
Problems
None
Issues
Fixes: #2067
Visual Changes
New deletion modal with warning text
Final Checklist
npm run lint
)npm run test:all
)