Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15402871
D18046.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
597 B
Referenced Files
None
Subscribers
None
D18046.diff
View Options
diff --git a/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php b/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php
--- a/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php
+++ b/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php
@@ -61,6 +61,7 @@
->withStatuses($open)
->needProjectPHIDs(true)
->setLimit(100)
+ ->setGroupBy(ManiphestTaskQuery::GROUP_PRIORITY)
->execute();
$handles = ManiphestTaskListView::loadTaskHandles($viewer, $tasks);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 12:46 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7570550
Default Alt Text
D18046.diff (597 B)
Attached To
Mode
D18046: Group Maniphest Tasks by Priority on Profiles
Attached
Detach File
Event Timeline
Log In to Comment