1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

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
This commit is contained in:
Bob Trahan 2015-02-03 12:29:08 -08:00
parent dd814decbc
commit 461b09d17e

View file

@ -60,7 +60,7 @@ final class ManiphestTaskResultListView extends ManiphestView {
($group_parameter == 'none' || $group_parameter == 'priority'); ($group_parameter == 'none' || $group_parameter == 'priority');
if (!$viewer->isLoggedIn()) { 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 // draggable individually, since the user may be able to edit some but
// not others. // not others.
$can_drag = false; $can_drag = false;