---
title: "Deprecation: #79658 - PageRepository shouldFieldBeOverlaid()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-79658"
source: "Changelog/8.6/Deprecation-79658-PageRepositoryShouldFieldBeOverlaid.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #79658 - PageRepository shouldFieldBeOverlaid()

See [forge#79658](https://forge.typo3.org/issues/79658)

## Description

The following method has been deprecated:

-   `TYPO3CMSFrontendPagePageRepository->shouldFieldBeOverlaid()`

## Impact

Localized record fields are always "overlaid", the method returns true in all cases.

## Affected Installations

Instances with extensions calling this method

## Migration

The deprecated method returns TRUE in all cases, the call can be omitted.
