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
F15538254: D19532.diff
Thu, Apr 24, 6:16 PM
F15538085: D19532.diff
Thu, Apr 24, 5:20 PM
F15532523: D19532.id46701.diff
Wed, Apr 23, 4:06 PM
F15466214: D19532.id46698.diff
Apr 3 2025, 3:01 AM
F15466078: D19532.id46701.diff
Apr 3 2025, 1:18 AM
F15462267: D19532.id.diff
Apr 1 2025, 1:33 PM
F15458720: D19532.diff
Mar 31 2025, 6:34 AM
F15414311: D19532.diff
Mar 20 2025, 12:07 AM
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