Page MenuHomePhabricator

D13750.id.diff
No OneTemporary

D13750.id.diff

diff --git a/src/applications/maniphest/event/ManiphestHovercardEventListener.php b/src/applications/maniphest/event/ManiphestHovercardEventListener.php
--- a/src/applications/maniphest/event/ManiphestHovercardEventListener.php
+++ b/src/applications/maniphest/event/ManiphestHovercardEventListener.php
@@ -53,12 +53,15 @@
$owner = phutil_tag('em', array(), pht('None'));
}
$hovercard->addField(pht('Assigned To'), $owner);
+ $hovercard->addField(
+ pht('Priority'),
+ ManiphestTaskPriority::getTaskPriorityName($task->getPriority()));
if ($edge_phids) {
$edge_types = array(
$e_project => pht('Projects'),
- $e_dep_by => pht('Dependent Tasks'),
- $e_dep_on => pht('Depends On'),
+ $e_dep_by => pht('Blocks'),
+ $e_dep_on => pht('Blocked By'),
);
$max_count = 6;

File Metadata

Mime Type
text/plain
Expires
Oct 16 2024, 12:07 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717370
Default Alt Text
D13750.id.diff (863 B)

Event Timeline