-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Check user != nil before checking values #9881
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
Conversation
This won't update the admin status though - so I think I need to do something a little cleverer... - DONE |
It's quite inefficient I think but I guess it'll do? |
Codecov Report
@@ Coverage Diff @@
## master #9881 +/- ##
=========================================
Coverage ? 42.27%
=========================================
Files ? 605
Lines ? 79248
Branches ? 0
=========================================
Hits ? 33500
Misses ? 41616
Partials ? 4132
Continue to review full report at Codecov.
|
need backport |
* Check user != nil before checking values * Handle autoAdmin
* Check user != nil before checking values * Handle autoAdmin Co-authored-by: zeripath <[email protected]>
Fix #9809