Project

General

Profile

Actions

Feature #90213

closed

Support bit and in TypoScript stdWrap_if

Added by Daniel Siepmann about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2020-01-27
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

TypoScript allows to write conditions using stdWrap option "if".
This is often used to check whether a value stored in db matches an expected value.
In case of checkboxes, TYPO3 stores a single bit value for all selected options.

Right now it is not possible to compare easily against such values. One needs to use something like this:

hideForSmall.value.override.if {
    isInList.field = tx_e2core_visibility
    value = 1,3,5,7,9,11,13,15
}

but more complex.

Therefore an new condition should be added which allows to check whether a specific bit is stored:

hideForSmall.value.override.if {
    bitAnd.field = tx_e2core_visibility
    value = 1
}
Actions #1

Updated by Gerrit Code Review about 4 years ago

  • Status changed from New 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/+/63046

Actions #2

Updated by Gerrit Code Review about 4 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/+/63046

Actions #3

Updated by Gerrit Code Review about 4 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/+/63046

Actions #4

Updated by Gerrit Code Review about 4 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/+/63046

Actions #5

Updated by Gerrit Code Review about 4 years ago

Patch set 5 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/+/63046

Actions #6

Updated by Daniel Siepmann about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF