-
Notifications
You must be signed in to change notification settings - Fork 14k
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
fix: add back view for report reload error #19522
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19522 +/- ##
==========================================
- Coverage 66.59% 66.43% -0.17%
==========================================
Files 1678 1678
Lines 64242 64246 +4
Branches 6539 6539
==========================================
- Hits 42784 42680 -104
- Misses 19763 19871 +108
Partials 1695 1695
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* fix: add back view for report reload error * remove print * run black (cherry picked from commit 79abd23)
🏷️ preset:2022.13 |
* fix: add back view for report reload error * remove print * run black
SUMMARY
This pr fixes an issue when the user reloads the reports page and it returns an 404. Issue was because the reports view was mistakenly removed during the 2.0 code migration.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
before
Screen.Recording.2022-04-04.at.1.37.01.PM.mov
after
Screen.Recording.2022-04-04.at.2.53.29.PM.mov
TESTING INSTRUCTIONS
Go to reports list view and reload the page. Page should not error in 404.
ADDITIONAL INFORMATION