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
F18051273: D17476.id42027.diff
Sun, Aug 3, 10:38 PM
F17945152: D17476.id42024.diff
Thu, Jul 31, 11:22 AM
F17927681: D17476.id.diff
Wed, Jul 30, 3:00 PM
F17903534: D17476.diff
Tue, Jul 29, 10:56 AM
F17707387: D17476.diff
Jul 16 2025, 2:56 PM
Unknown Object (File)
Jul 2 2025, 12:45 AM
Unknown Object (File)
May 9 2025, 11:01 AM
Unknown Object (File)
May 6 2025, 2:29 AM
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.