diff --git a/src/applications/maniphest/view/ManiphestTaskResultListView.php b/src/applications/maniphest/view/ManiphestTaskResultListView.php --- a/src/applications/maniphest/view/ManiphestTaskResultListView.php +++ b/src/applications/maniphest/view/ManiphestTaskResultListView.php @@ -60,7 +60,7 @@ ($group_parameter == 'none' || $group_parameter == 'priority'); if (!$viewer->isLoggedIn()) { - // TODO: (T603) Eventually, we conceivably need to make each task + // TODO: (T7131) Eventually, we conceivably need to make each task // draggable individually, since the user may be able to edit some but // not others. $can_drag = false;