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
F15540226: D17476.diff
Fri, Apr 25, 6:49 AM
F15524791: D17476.diff
Mon, Apr 21, 10:22 AM
F15509954: D17476.id42024.diff
Wed, Apr 16, 5:41 PM
F15390852: D17476.diff
Mar 15 2025, 7:03 AM
F15344926: D17476.diff
Mar 10 2025, 7:33 AM
Unknown Object (File)
Feb 25 2025, 2:34 PM
Unknown Object (File)
Jan 28 2025, 2:15 AM
Unknown Object (File)
Jan 26 2025, 6:48 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.