Bug #58420
closedIMAGE param stdWrap-function not working
100%
Description
I'm using following TS for adding some classes to the IMAGE CE:
tt_content.image.20.1.params.append = COA tt_content.image.20.1.params.append { … }
This also don't work:
params = params.append = COA params.append { … }
It works only if `params` set before:
params = style="" params.append = COA params.append { … }
In previous version this worked with `params = `.
Thanks!
Updated by Markus Klein over 10 years ago
- Status changed from New to Accepted
- Is Regression changed from No to Yes
This is a regression to #53220.
Updated by Gerrit Code Review over 10 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/29796
Updated by Gerrit Code Review over 10 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/29796
Updated by Gerrit Code Review over 10 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/29796
Updated by Gerrit Code Review over 10 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/29796
Updated by Gerrit Code Review over 10 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/29796
Updated by Oliver Hader over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f7e8ef16ff20993b5a4ec2850e680ee615e583f7.