@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Maniphest title transaction again

Summary: Ref T12732, third time is the charm?

Test Plan: Read

Reviewers: epriestley

Subscribers: Korvin

Maniphest Tasks: T12732

Differential Revision: https://secure.phabricator.com/D17965

+1 -1
+1 -1
src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php
··· 36 36 } 37 37 38 38 return pht( 39 - '%s renamed the title from %s to %s.', 39 + '%s renamed this task from %s to %s.', 40 40 $this->renderAuthor(), 41 41 $this->renderOldValue(), 42 42 $this->renderNewValue());