---
title: "Feature: \"Show hidden records\" plugin option for the partner lists"
manual: "Academic Partners"
version: "main"
source: "Changelog/2.4/Feature-ShowHiddenRecordsPluginOption.rst"
modified: "2026-09-17T07:34:13+00:00"
---

# Feature: "Show hidden records" plugin option for the partner lists

## Description

A new boolean plugin option **Show hidden records**
(`settings.showHiddenRecords`, checkbox/toggle, default off)
was added to the following plugins:

-   **List** (`academicpartners_list`)
-   **Map** (`academicpartners_map`)

Both plugins share the single `ListSettings.xml` flexform data
structure, which gains the new toggle.

When the option is enabled, the frontend partner listing includes hidden
(disabled) records, independent of the Context API visibility settings.
Only the `hidden` enable column (`disabled`) is ignored; the `deleted`,
`starttime`/`endtime` and `fe_group` restrictions stay in effect.

The option is core-version-aware and available in both the TYPO3 v12 and
v13 flexform data structures of the plugins.

## Impact

Editors can now opt in per plugin instance to display hidden partners in
the frontend, for example to preview intentionally hidden records without
changing the global preview settings. The option is off by default, so
existing plugin instances keep their current behaviour.

## Affected Installations

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