• 
      

    Improve related object selectors in conditions.

    Review Request #12987 — Created April 25, 2023 and submitted — Latest diff uploaded

    Information

    Review Board
    release-6.x

    Reviewers

    The object selectors in the conditions UI leave a fair bit to be
    desired. They end up rendering as <select multiple>, which isn't a
    particularly great UI, and the results were displaying in whatever order
    the database was giving us.

    I'm continuing to investigate whether we have better options for the
    widgets, but for now this change fixes up the ordering for repositories,
    repository types, and groups to sort alphabetically instead of randomly.

    Verified that related object selectors in conditions had better
    ordering.

    Commits

    Files