---
title: "Important: The selected profiles sheet is titled again"
manual: "Academic Profiles"
version: "main"
source: "Changelog/3.0/Important-SelectedProfilesSheetTitle.rst"
rendered: "2026-09-22T18:32:44+00:00"
---

# Important: The selected profiles sheet is titled again {#important-selected-profiles-sheet-title}

## Description {#description}

The **Selected profiles** plugin declared the title of its settings
sheet inside a `<TCEforms>` element:

**EXT:academic_persons/Configuration/FlexForms/SelectedProfiles.xml**

```xml
<ROOT>
    <TCEforms>
        <sheetTitle>LLL:EXT:academic_persons/…:flexform.tab.settings</sheetTitle>
    </TCEforms>
```

TYPO3 removed that key from the parsed FlexForm array in v12 (breaking
#97126), so on every version this extension supports the title was not read at
all - it
stayed under a key nothing looks at, and `ROOT.sheetTitle` was absent.

The wrapper is removed and the title moved one level up, which is how the
**Selected contracts** plugin next to it was already written.

## Impact {#impact}

The settings sheet of the **Selected profiles** content element shows
its title again instead of an untitled tab. Nothing else changes: the fields,
their order and the stored values are untouched.

## Affected Installations {#affected-installations}

All installations using the **Selected profiles** plugin.

## Solution {#solution}

None required. Extensions that ship their own FlexForms should check them for
the same wrapper - it is silently dropped rather than deprecated, so nothing
reports it.
