Page MenuHomePhabricator

Diffusion Autoclose should show value of "name.action" of relevant Maniphest status in transaction message.
Closed, ResolvedPublic

Description

We added a maniphest status "Reopened" with "closed": "false" and a prefix, and made use of Diffusion Autoclose to change the Maniphest status upon commits. The problem is, Maniphest transaction message always show "Closed by commit [commit object]" instead of "Reopened by commit [commit object]", which is misleading.

Event Timeline

chokhsin renamed this task from Diffusion Autoclose should show value of "name.action" of relevant Maniphest status in maniphest transaction message. to Diffusion Autoclose should show value of "name.action" of relevant Maniphest status in transaction message. .
chokhsin raised the priority of this task from to Needs Triage.
chokhsin updated the task description. (Show Details)
chokhsin added projects: Diffusion, Maniphest.
chokhsin added a subscriber: chokhsin.
chad triaged this task as Low priority.Nov 25 2014, 6:09 PM
chad added a project: Transactions.
epriestley added a subscriber: epriestley.
  • This actual change is straightforward (update getTitle() and getTitleForFeed() in DifferentialTransaction), but testing it isn't.
  • When you get here, let me know and I'll help you set up a repository you can push test commits to.