Skip to content
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

Only send email alerts for task invalidation messages. #5958

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jul 3, 2023

  1. Don't send email alerts for task validation messages.

    -----------------------
    This commit does the following:
    - Task validation messages are not sent over emails. They are always saved on database (i.e. These messages are displayed on TM notification pages.)
    - Task invalidation messages are always saved on database (i.e Can be viewed on TM notification page). Task invalidation messages will be sent over email if user has enabled `task notification` email.
    - Task notification setting (Task validation emails on frontend) will only control if task invalidation message is sent over email)
    Aadesh-Baral committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ffb2269 View commit details
    Browse the repository at this point in the history
  2. Rename title and description of task update notification on user sett…

    …ings page.
    
    ----------------------------------------------
    `Task Validation emails` and it's description is changed on user settings page to reflect changes made on commit ffb2269.
    Aadesh-Baral committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1719fb7 View commit details
    Browse the repository at this point in the history