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
F18588486: D18773.diff
Fri, Sep 12, 12:26 AM
F18574218: D18773.diff
Wed, Sep 10, 10:26 AM
F18510245: D18773.diff
Fri, Sep 5, 4:01 AM
F18104812: D18773.id.diff
Aug 10 2025, 2:14 PM
F18103674: D18773.id45047.diff
Aug 10 2025, 7:15 AM
F18100166: D18773.id45048.diff
Aug 9 2025, 11:32 AM
F18098426: D18773.diff
Aug 8 2025, 8:06 PM
F17947232: D18773.diff
Jul 31 2025, 3:51 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