Page MenuHomePhabricator

Newly created tasks at some priority use the "[Raised Priority]" action in email but should use "[Created]"
Closed, ResolvedPublic

Description

The initial email about a newly created task says "[Rasied Priority]" in the "Vary Subject", but should say "[Created]".

Revisions and Commits

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Maniphest.
epriestley added a subscriber: epriestley.

Also we aren't getting a "created" transaction anymore so I might have affected this with the status change patches.

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.