Bug #101987
closedChangelog entry for breaking change misses another impact
100%
Description
The changelog entry https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-79565-RemovedUsergroup_cached_listDatabaseField.html only mentions the impact to query the database field.
The field was also populated to the backend user array \TYPO3\CMS\Core\Authentication\BackendUserAuthentication->user['usergroup_cached_list']
. Accessing that array entry will result in a warning in more recent PHP versions as it no longer exists.
I'd suggest mentioning this impact as well. That way people reading the changelog might not only search queries but also array access in their code and adapt accordingly.
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81124
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81124
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81143
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81144
Updated by Daniel Siepmann about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 357b07064cf2c7f1735cfb8f73ac4a7248ab040e.