Task #97110
closedReplace ExpressionBuilder::andX() and ExpressionBuilder::orX()
100%
Description
Following ExpressionBuilder method usages should be replaced:
- 'andX()' with 'and()'
- 'orX()' with 'or()'
Updated by Stefan Bürk over 2 years ago
- Related to Task #97081: Provide forward-compatible CompositeExpression/ExpressionBuilder added
Updated by Gerrit Code Review over 2 years 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/+/73817
Updated by Gerrit Code Review over 2 years 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/+/73817
Updated by Stefan Bürk over 2 years ago
- Subject changed from Replace ExpressionBuilder::andX() and ExpressionBuilder::andX() to Replace ExpressionBuilder::andX() and ExpressionBuilder::orX()
Updated by Gerrit Code Review over 2 years ago
Patch set 3 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/+/73817
Updated by Gerrit Code Review over 2 years ago
Patch set 4 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/+/73817
Updated by Stefan Bürk over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b1ac621877b31b0c2c26e88d1aea6a06da903bf2.
Updated by Stefan Bürk over 2 years ago
- Related to Task #97244: Deprecate CompositeExpression and ExpressionBuilder methods added