-
Notifications
You must be signed in to change notification settings - Fork 425
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: Disable invite button when email config is not set #5022
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Uffizzi Ephemeral Environment Deploying☁️ https://app.uffizzi.com/github.com/Flagsmith/flagsmith/pull/5022 ⚙️ Updating now by workflow run 12875904544. What is Uffizzi? Learn more! |
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5022 +/- ##
=======================================
Coverage 97.40% 97.40%
=======================================
Files 1192 1193 +1
Lines 41657 41667 +10
=======================================
+ Hits 40574 40585 +11
+ Misses 1083 1082 -1 ☔ View full report in Codecov by Sentry. |
8c76462
to
8c3e355
Compare
7900781
to
4d4a569
Compare
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.
FE looks fine but looks like there's some api unit test failures
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.
Overall looks good, but I have one major point of feedback for the tests.
66006f5
to
e4a5b7b
Compare
86e6d5d
to
3adb640
Compare
6ab0906
to
d07d0a8
Compare
for more information, see https://pre-commit.ci
660d3e0
to
9afc7f9
Compare
0909ad5
to
660d3e0
Compare
Thanks for submitting a PR! Please check the boxes below:
docs/
if required so people know about the feature!Changes
has_email_provider
field to /version, that checks if email config was set.How did you test this code?
/account
with no email config set in API, invite member button should be disabled and tooltip is shown when hovering.