---
title: "Deprecation: #85078 - PageRepository->versioningPreview"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-85078"
source: "Changelog/9.3/Deprecation-85078-PageRepositoryVersioningPreview.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #85078 - PageRepository->versioningPreview

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

## Description

The public property `$versioningPreview` in `\TYPO3\CMS\Frontend\Page\PageRepository` has been marked
as deprecated. The property was used in conjunction with `$versioningWorkspaceId` which is set to a workspace
ID, in order to preview records of a workspace.

In order to ease the functionality for developers, only `$versioningWorkspaceId` is taken into account now,
without needing to set `$versioningPreview` anymore.

## Impact

Setting or reading this option will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

TYPO3 installations with extensions using this property.

## Migration

Just set `$versioningWorkspaceId` and remove any calls to the property.
