-
Notifications
You must be signed in to change notification settings - Fork 473
Include comment in editing notification emails #6042
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
Include comment in editing notification emails #6042
Conversation
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
Code uses en_US, so "program code" (and user-facing parts get en_GB via a translation on transifex, so anything in the repo can be en_US) |
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
101ba09
to
983e99d
Compare
da1fc72
to
530bacd
Compare
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
155947b
to
5870a7a
Compare
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/comment_notification.txt
Outdated
Show resolved
Hide resolved
@duartegalvao do we need the same for notifications related to editor reviews? |
I was actually thinking about this yesterday... Nobody complained but I think it would be also nice to have. So @micsucmed if you don't mind you can go ahead with this, you'll be a superstar 😄 (PS although this PR is crucial there is no rush - the next conference this is needed for is IPAC24 which is only in may) |
e5ace92
to
b3d2c18
Compare
Should I add the changes for the other notifications to this PR or do another one? |
IMHO they can go in here since the two things are so closely related |
4f05d8f
to
835cee4
Compare
indico/modules/events/editing/templates/emails/editor_judgment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/editor_judgment_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/submitter_confirmation_notification.txt
Outdated
Show resolved
Hide resolved
indico/modules/events/editing/templates/emails/submitter_rejection_notification.txt
Outdated
Show resolved
Hide resolved
f29afcf
to
bf507b8
Compare
bf507b8
to
98cba17
Compare
Include contribution ID and programme_code in subject
Include contribution verbose title on comment notifications
98cba17
to
a6df6e4
Compare
da47749
to
2b1087c
Compare
Very long lines don't look great in plaintext emails, and contribution titles can already be long. So it's better to avoid interpolating those long titles into sentences.
That way the string only needs to be translated once
Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
Include contribution ID and programme_code in subject
closes #6027