Page MenuHomePhabricator

D8394.id19943.diff
No OneTemporary

D8394.id19943.diff

diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php
--- a/src/applications/maniphest/storage/ManiphestTransaction.php
+++ b/src/applications/maniphest/storage/ManiphestTransaction.php
@@ -659,8 +659,9 @@
$project_phid = $new['projectPHID'];
$column_phid = head($new['columnPHIDs']);
return pht(
- '%s moved this task to %s on the %s workboard.',
+ '%s moved %s to %s on the %s workboard.',
$this->renderHandleLink($author_phid),
+ $this->renderHandleLink($object_phid),
$this->renderHandleLink($column_phid),
$this->renderHandleLink($project_phid));
break;

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 1:14 PM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287301
Default Alt Text
D8394.id19943.diff (736 B)

Event Timeline