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
F19937187: D18773.id45048.diff
Sun, Apr 12, 8:06 PM
F19831917: D18773.id.diff
Mar 10 2026, 9:11 PM
F19804691: D18773.id45048.diff
Mar 2 2026, 9:19 AM
F19750383: D18773.id45048.diff
Feb 16 2026, 1:50 AM
F19714921: D18773.diff
Feb 12 2026, 3:06 AM
F19705384: D18773.diff
Feb 11 2026, 6:58 AM
F19644873: D18773.id45047.diff
Feb 5 2026, 10:55 PM
F19559622: D18773.id45047.diff
Jan 31 2026, 2:26 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