---
title: "Feature: The partner select is sorted by label"
manual: "Academic Partners"
version: "main"
source: "Changelog/2.4/Feature-PartnerSelectIsSortedByLabel.rst"
modified: "2026-09-17T07:34:13+00:00"
---

# Feature: The partner select is sorted by label

## Description

The partner select of a partnership record now offers the partners ordered
by their title, ascending, using the collation of the language the backend
is displayed in.

Until now the select declared no order and offered the partners in the
order the query behind it returned, which on this version line is the page
tree order of the partner pages. In an installation with more than a
handful of partners the entry to pick was found by scanning rather than by
reading.

The order is declared on the field itself, so TYPO3 applies it with the
collator of the backend language: a title starting with a diacritic is
ordered by its base letter, and `Öresund Academy` is offered between
`Oberlin Institute` and `Potsdam College` rather than after
`Zeta University`.

The empty placeholder entry stays at the top of the list.

## Impact

Editors of partnership records see the same partners in a different, and
findable, order. Nothing changes about which partners are offered, about
what a save stores, or about how any list renders in the frontend. No
migration and no manual step is required.

An editor who relied on the page tree order of the partner pages inside
this select no longer gets it. That order was never an intended order of
the select, it was the order of the query behind it.

## Affected Installations

All installations using the `EXT:academic_partners` extension starting with
version 2.4. No action is required for existing installations.
