-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: set dashboard mine tab to created_by filter #16280
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16280 +/- ##
=======================================
Coverage 76.64% 76.64%
=======================================
Files 997 997
Lines 53246 53246
Branches 6777 6777
=======================================
Hits 40808 40808
Misses 12208 12208
Partials 230 230
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@pkdotson Ephemeral environment spinning up at http://34.221.182.57:8080. Credentials are |
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.
Thanks for the fix!
Ephemeral environment shutdown and build artifacts deleted. |
🏷️ 2021.31 |
(cherry picked from commit f581e04)
SUMMARY
This pr fixes an issue where the old mine tab filter in the dashboard table would filter by owners where it should be set to created_by.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2021-08-16.at.4.35.18.PM.mov
TESTING INSTRUCTIONS
go to. home page dashboard table and make sure mine tab loads same user objects on page load and clicking mine tab.
ADDITIONAL INFORMATION