-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: allow moderators see role assigned users; fix #13301 #13315
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #13315 +/- ##
==========================================
+ Coverage 79.11% 79.23% +0.12%
==========================================
Files 951 952 +1
Lines 104319 104383 +64
Branches 8359 8385 +26
==========================================
+ Hits 82529 82705 +176
+ Misses 21790 21678 -112 ☔ View full report in Codecov by Sentry. |
このPRによるapi.jsonの差分 差分はこちら |
I've done test. The only problem is moderators can see all roles, not only roles that can be assigned by moderators. |
🙏🏻 |
これ間違ってmasterにマージしちゃってるのでdevelopにリベースしてmasterからdropしたほうがいいかも |
会社での習慣通りマスターにPRを送ってしまいました。 私がしなければならないことがありますか? |
Hotoさんがするべきことはないと思います。 |
確認しました。 ありがとうございます。 |
rebaseするときにはAuthorとして残ると思われます。 (gitでは変更の作者であるauthorとcommit作った人であるcommitterが独立して記録されます。) 追記: 作業者はAuthorが残るようにしてください。git cherry-pickかgit rebaseを用いると問題なく行われます。 |
What
This PR changes
/admin/roles/users
API can be access by moderators, which reported as bug in #13301.Why
See #13301 to more details.
Additional info (optional)
Checklist