Page MenuHomePhabricator

Add an explicit "null" to a missed `diffusion.branchquery` callsite to fix Diffusion "Branches" page
ClosedPublic

Authored by epriestley on Jul 21 2018, 12:42 PM.
Tags
None
Referenced Files
F18292616: D19532.id46698.diff
Sat, Aug 23, 12:23 PM
F18092593: D19532.id.diff
Thu, Aug 7, 11:45 AM
F18088655: D19532.diff
Wed, Aug 6, 8:49 AM
Unknown Object (File)
May 31 2025, 11:23 PM
Unknown Object (File)
May 28 2025, 2:28 PM
Unknown Object (File)
May 27 2025, 8:19 AM
Unknown Object (File)
Apr 24 2025, 6:16 PM
Unknown Object (File)
Apr 24 2025, 5:20 PM
Subscribers
None

Details

Summary

See PHI775. See D19499. Originally, see PHI720.

D19499 broke the standalone "Branches" page for commits. Normally, you reach this by taking these steps:

  • View a commit which is contained by 11 or more branches.
  • Click the "More Branches..." link in the "Branches" field.
  • You should be taken to a list of all branches which contain the commit.

The change to the 'branch' parameter was adjusted in the query that builds the "x, y, z, More Branches..." list, but not on the actual "Branches" list with the full list. Adjust it.

Test Plan
  • Set display limit to 1, viewed a commit on "master" and "stable", clicked "More Branches".
  • Before: saw only "master".
  • After: saw both "master" and "stable".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable