Page MenuHomePhabricator

Exclude closed tasks from blocked/blocking filter
ClosedPublic

Authored by joshuaspence on Feb 28 2015, 12:05 PM.
Tags
None
Referenced Files
F18832369: D11911.id28694.diff
Sat, Oct 25, 9:30 PM
F18789670: D11911.id28694.diff
Wed, Oct 15, 10:33 AM
F18773368: D11911.diff
Thu, Oct 9, 9:19 AM
F18761138: D11911.id28693.diff
Mon, Oct 6, 12:29 PM
F18702212: D11911.id28693.diff
Sat, Sep 27, 11:14 PM
F18702211: D11911.id28690.diff
Sat, Sep 27, 11:14 PM
F18671664: D11911.id.diff
Sep 25 2025, 4:46 AM
F18628489: D11911.id28694.diff
Sep 16 2025, 6:26 AM
Subscribers

Details

Summary

Fixes T7392. When filtering blocked/blocking Maniphest tasks, don't consider closed tasks.

Test Plan
  1. Created T1 and T2 with T2 depends on T1.
  2. Marked T1 as resolved.
  3. Searched for tasks "blocked by other tasks" and noted that T2 wasn't in the result set.

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4682
Build 4696: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Exclude closed tasks from blocked/blocking filter.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added reviewers: epriestley, btrahan.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/maniphest/query/ManiphestTaskQuery.php
807

For consistency, consider omitting the keyword INNER, as JOIN on its own means INNER JOIN and we omit INNER elsewhere.

This revision is now accepted and ready to land.Feb 28 2015, 9:51 PM
joshuaspence edited edge metadata.

Use JOIN instead of INNER JOIN

This revision was automatically updated to reflect the committed changes.