Skip to content
Snippets Groups Projects
Commit 0e892d63 authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[TASK] Deprecate "noWSOL" in PageRepository->getRecordRaw

The method getRecordRaw has a very unspeakable method argument called
"noWSOL" which is only used internally within PageRepository.

Setting "noWSOL" to true only does a regular SQL query which can be implemented
directly in the according places, as the WSOL does not need to be known.

Resolves: #81218
Releases: master
Change-Id: I459ead0172f4ca1a6655599dd47aee2651a452bb
Reviewed-on: https://review.typo3.org/52803


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 6c5a4859
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment