Page MenuHomePhabricator

D15454.diff
No OneTemporary

D15454.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
@@ -301,7 +301,7 @@
if ($this->getAuthorPHID() == $new) {
return pht('Claimed');
} else if (!$new) {
- return pht('Up For Grabs');
+ return pht('Unassigned');
} else if (!$old) {
return pht('Assigned');
} else {
@@ -547,8 +547,9 @@
$this->renderHandleLink($author_phid));
} else if (!$new) {
return pht(
- '%s placed this task up for grabs.',
- $this->renderHandleLink($author_phid));
+ '%s removed %s as the assignee of this task.',
+ $this->renderHandleLink($author_phid),
+ $this->renderHandleLink($old));
} else if (!$old) {
return pht(
'%s assigned this task to %s.',

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 2:46 AM (3 w, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287380
Default Alt Text
D15454.diff (1 KB)

Event Timeline