The initial email about a newly created task says "[Rasied Priority]" in the "Vary Subject", but should say "[Created]".
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D8639 | rP69b8f56cda1c Fix maniphest "create" transactions |
Event Timeline
Comment Actions
Also we aren't getting a "created" transaction anymore so I might have affected this with the status change patches.
Comment Actions
My guess on this is:
- I changed the status constants from integers to strings, but probably messed something up in the transactions.
- The "created" transaction is probably getting no-op'd now and removed? Maybe because of a stray (int) cast somewhere?
- I'd expect the first transaction to be "epriestley created this task.", which should fix the mail subjects.