Task #85640
openUse context object in database restrictions
0%
Description
Context
object, its aspects need to be applied when executing queries using DBAL. This has possibly an impact on
- Extbase QuerySettings (has to be checked)
- QueryBuilder and applying restrictions
By using and adapter, the Context
object can be upgraded to be a ContextBasedRestrictionContainer
which implements QueryRestrictionContainerInterface
which keeps a local reference to the originating Context
object in order to retrieve its aspects.
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to 9 LTS
Updated by Benni Mack about 6 years ago
- Target version changed from 9 LTS to Candidate for Major Version
Updated by Gerrit Code Review about 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61552
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61552
Updated by Gerrit Code Review about 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61552
Updated by Gerrit Code Review about 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61552
Updated by Benni Mack about 3 years ago
- Status changed from Under Review to New