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
F14759877: D17476.id42027.diff
Wed, Jan 22, 2:41 PM
Unknown Object (File)
Fri, Jan 17, 11:49 PM
Unknown Object (File)
Sat, Jan 11, 4:24 PM
Unknown Object (File)
Tue, Dec 24, 5:10 PM
Unknown Object (File)
Dec 17 2024, 6:27 AM
Unknown Object (File)
Dec 6 2024, 11:55 PM
Unknown Object (File)
Dec 6 2024, 2:40 AM
Unknown Object (File)
Dec 5 2024, 3:56 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.