-
Notifications
You must be signed in to change notification settings - Fork 335
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
[ENG-6882]fixed double mail sending #10919
[ENG-6882]fixed double mail sending #10919
Conversation
I didn`t add new test cases as existing ones covers new implementation |
3e710a4
to
3c93931
Compare
@bodintsov I'm sorry I accidentally pushed to your branch while I testing some code. I revert now. |
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.
Just a couple of things I think shouldn't be in this PR.
admin/base/settings/defaults.py
Outdated
'localhost', | ||
'127.0.0.1' |
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.
These shouldn't be in defaults. This should only be in your local settings overrides.
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.
Yes, it`s my mistake, removed
osf/features.yaml
Outdated
@@ -192,6 +192,7 @@ flags: | |||
- flag_name: INSTITUTIONAL_DASHBOARD_2024 | |||
name: institutional_dashboard_2024 | |||
note: whether to surface older or updated (in 2024) institutional metrics | |||
everyone: false |
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.
Is this supposed to be part of this PR?
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.
No, it`s just my mistake, removed
3c93931
to
bb243a1
Compare
e5cc7fe
into
CenterForOpenScience:feature/institutional_access
Purpose
Fix sending 2 emails instead of 1 when using institutional access project requests
Changes
TBD
QA Notes
TBD
Documentation
TBD
Side Effects
TBD
Ticket
(https://openscience.atlassian.net/browse/ENG-6882)