---
title: "Breaking: #82701 - Always consider publishing references in workspaces"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-82701"
source: "Changelog/9.0/Breaking-82701-AlwaysConsiderPublishingReferencesInWorkspaces.rst"
typo3-version: "9.0"
typo3-major: 9
type: "breaking"
issue: 82701
forge: "https://forge.typo3.org/issues/82701"
tags: ["TSConfig", "PartiallyScanned", "ext:workspaces"]
rendered: "2026-09-19T11:14:12+00:00"
---

# Breaking: #82701 - Always consider publishing references in workspaces {#breaking-82701}

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

## Description {#description}

The TSconfig option `options.workspaces.considerReferences` to disable references when publishing
records from a workspace has been removed.

The according method `TYPO3\CMS\Version\DataHandler\CommandMap::setWorkspacesConsiderReferences()`
has been removed.

## Impact {#impact}

Disabling this setting will have no effect anymore, thus publishing records will always
publish relations e.g. in IRRE relations as well.

Calling the removed PHP method will throw a PHP fatal error.

## Affected Installations {#affected-installations}

Installations with workspaces enabled, having the TSconfig option explicitly disabled.

## Migration {#migration}

Remove any calls to the method, as it has no effect anymore.
