#29240 closed Uncategorized (invalid)
https://code.djangoproject.com/ticket/ - sending emails
Reported by: | Дилян Палаузов | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When a file is uploaded at https://code.djangoproject.com/ticket/{id} with the option "Replace existing attachment of the same name" an email is sent. The email has a subject containing the ticket number and a summary of the ticket description.
If the ticket description was ever changed, then the subject is "Re: [Django] #ID: {current summary (was: {old summary})".
On such occasions the "(was: {old summary})" part shall not be sent as it only clutters the email.
Change History (4)
comment:1 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Resolution: | invalid |
---|---|
Status: | closed → new |
Do I have also to report to Trac, that whenever I use the function "Replace existing attachment of the same name" I get two emails:
- one stating that the attachment was removed, containing the aforementioned "(was: ...)" part in the subject
- one stating that an attachment was added, without the "(was: ...)" in the subject
while I want to get for this operation in total one email?
comment:3 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Probably. The only part of this bug tracker that we have control over is in https://github.com/django/code.djangoproject.com/ and bug reports that affect that repository should be reported there rather than here.
Whether or not the
"(was: {old summary})"
cluters or not the email is up for debate but in all cases this should be reported to the Trac project.