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
F18746591: D18773.diff
Fri, Oct 3, 12:53 PM
F18741134: D18773.id45048.diff
Thu, Oct 2, 8:47 AM
F18657911: D18773.diff
Sep 23 2025, 3:59 AM
F18656685: D18773.id45047.diff
Sep 22 2025, 11:09 PM
F18653872: D18773.id45048.diff
Sep 21 2025, 9:27 PM
F18636062: D18773.id45047.diff
Sep 17 2025, 3:28 AM
F18606239: D18773.id.diff
Sep 13 2025, 9:55 PM
F18604109: D18773.diff
Sep 13 2025, 6:10 PM
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