Page MenuHomePhabricator

D8394.id.diff
No OneTemporary

D8394.id.diff

Index: src/applications/maniphest/storage/ManiphestTransaction.php
===================================================================
--- src/applications/maniphest/storage/ManiphestTransaction.php
+++ 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, 11:20 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6289013
Default Alt Text
D8394.id.diff (731 B)

Event Timeline