From 461b09d17e697442c651b4ba42717bb8a101fedb Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Tue, 3 Feb 2015 12:29:08 -0800 Subject: [PATCH] Policy - update TODO to better tracking task for Maniphest drag and drop policy fix Summary: Ref T7094. This is a bit involved and should be tackled as a separate effort. The good news is policy still saves the day here but (back to the bad news) its a bad user experience. Test Plan: NA, just a comment Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7094 Differential Revision: https://secure.phabricator.com/D11658 --- src/applications/maniphest/view/ManiphestTaskResultListView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/view/ManiphestTaskResultListView.php b/src/applications/maniphest/view/ManiphestTaskResultListView.php index 091317d860..0d9a6c86a3 100644 --- a/src/applications/maniphest/view/ManiphestTaskResultListView.php +++ b/src/applications/maniphest/view/ManiphestTaskResultListView.php @@ -60,7 +60,7 @@ final class ManiphestTaskResultListView extends ManiphestView { ($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;