Page MenuHomePhabricator

Exclude closed tasks from blocked/blocking filter
ClosedPublic

Authored by joshuaspence on Feb 28 2015, 12:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 11:37 AM
Unknown Object (File)
Fri, Nov 8, 8:38 PM
Unknown Object (File)
Sat, Oct 26, 9:14 PM
Unknown Object (File)
Oct 19 2024, 12:59 PM
Unknown Object (File)
Oct 17 2024, 5:00 PM
Unknown Object (File)
Oct 17 2024, 4:39 PM
Unknown Object (File)
Oct 3 2024, 6:00 AM
Unknown Object (File)
Sep 23 2024, 6:49 PM
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 4680
Build 4694: [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.