Page MenuHomePhabricator

Show only open tasks on Tasks people profile panel
ClosedPublic

Authored by chad on Mar 7 2017, 1:35 AM.
Tags
None
Referenced Files
F18772298: D17476.id42027.diff
Thu, Oct 9, 1:42 AM
F18772029: D17476.diff
Wed, Oct 8, 11:44 PM
F18769985: D17476.id42027.diff
Wed, Oct 8, 10:12 AM
F18768949: D17476.id42024.diff
Wed, Oct 8, 5:58 AM
F18753626: D17476.diff
Sat, Oct 4, 7:40 PM
F18737092: D17476.diff
Wed, Oct 1, 8:57 AM
F18678687: D17476.diff
Sep 25 2025, 11:10 PM
F18641246: D17476.diff
Sep 18 2025, 8:11 PM
Subscribers

Details

Summary

This currently queries all tasks, make it limit to only open tasks.

Test Plan

Assign myself an open and a resolved task. See only open on profile.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 7 2017, 3:32 PM
src/applications/people/controller/PhabricatorPeopleProfileTasksController.php
66–67

(You can omit this if you want, since it's the default behavior.)

76

This could perhaps say "No open, assigned tasks." and likewise for the header, although maybe that's obvious enough.

This revision was automatically updated to reflect the committed changes.