Page MenuHomePhabricator

Specify a null behavior for the callsign sort column.
ClosedPublic

Authored by 20after4 on Nov 14 2017, 11:13 PM.
Tags
None
Referenced Files
F19804691: D18773.id45048.diff
Mon, Mar 2, 9:19 AM
F19750383: D18773.id45048.diff
Mon, Feb 16, 1:50 AM
F19714921: D18773.diff
Thu, Feb 12, 3:06 AM
F19705384: D18773.diff
Wed, Feb 11, 6:58 AM
F19644873: D18773.id45047.diff
Feb 5 2026, 10:55 PM
F19559622: D18773.id45047.diff
Jan 31 2026, 2:26 AM
F19517208: D18773.id.diff
Jan 15 2026, 8:42 AM
F19000568: D18773.diff
Nov 21 2025, 12:32 AM
Subscribers

Details

Summary

Fixes paging on the Diffusion Repository List.

PhabricatorRepositoryQuery needs to specify a behavior for null on the OderableColumns definition for the callsign column.

See https://phabricator.wikimedia.org/T180457

Test Plan
  1. On an instance with more than 100 repositories
    • some of which are missing a callsign
  2. Attempt to sort by callsign.
  3. See the sorted results

Previously:

  1. Exception: "Column "0" has null value, but does not specify a null behavior."

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable