---
title: "Breaking: #77049 - Remove unused properties from SuggestWizardDefaultReceiver"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77049"
source: "Changelog/8.3/Breaking-77049-RemoveUnusedPropertiesFromSuggestWizardDefaultReceiver.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #77049 - Remove unused properties from SuggestWizardDefaultReceiver

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

## Description

The following unused properties have been removed from the `SuggestWizardDefaultReceiver` class:

-   `selectClause`
-   `addWhere`

## Impact

Extensions which use one of the protected properties above will not work properly as the
properties are not used by class methods anymore.

## Affected Installations

All installations with a 3rd party extension extending the `SuggestWizardDefaultReceiver` class.

## Migration

Don't set the properties in extended classes and make use of the constructor and queryTable
method instead, as it is done in the `SuggestWizard` class.
