Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17945152
D17476.id42024.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
745 B
Referenced Files
None
Subscribers
None
D17476.id42024.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
@@ -57,9 +57,12 @@
private function buildTasksView(PhabricatorUser $user) {
$viewer = $this->getViewer();
+ $open = ManiphestTaskStatus::getOpenStatusConstants();
+
$tasks = id(new ManiphestTaskQuery())
->setViewer($viewer)
->withOwners(array($user->getPHID()))
+ ->withStatuses($open)
->needProjectPHIDs(true)
->requireCapabilities(
array(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 1, 11:22 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8795520
Default Alt Text
D17476.id42024.diff (745 B)
Attached To
Mode
D17476: Show only open tasks on Tasks people profile panel
Attached
Detach File
Event Timeline
Log In to Comment