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
F13192205: D17476.diff
Sun, May 12, 6:13 AM
F13186057: D17476.diff
Sat, May 11, 3:24 AM
Unknown Object (File)
Tue, May 7, 6:09 AM
Unknown Object (File)
Fri, May 3, 3:47 AM
Unknown Object (File)
Mon, Apr 29, 3:52 PM
Unknown Object (File)
Wed, Apr 24, 11:47 PM
Unknown Object (File)
Apr 8 2024, 7:42 AM
Unknown Object (File)
Apr 6 2024, 2:25 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
Branch
restrict-tasks (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 15930
Build 21096: Run Core Tests
Build 21095: arc lint + arc unit

Event Timeline

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

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

80

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.