@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/maniphest/view/ManiphestTaskResultListView.php
··· 60 60 ($group_parameter == 'none' || $group_parameter == 'priority'); 61 61 62 62 if (!$viewer->isLoggedIn()) { 63 - // TODO: (T603) Eventually, we conceivably need to make each task 63 + // TODO: (T7131) Eventually, we conceivably need to make each task 64 64 // draggable individually, since the user may be able to edit some but 65 65 // not others. 66 66 $can_drag = false;