Bug #82210
closedext:form multi checkbox values containing . or & result in empty frontend labels
100%
Description
If a multi checkbox field contains a . (dot) or & (ampersand) as value, the rendered form only shows a checkbox without label.
Files
Updated by Björn Jacob about 7 years ago
- Related to Bug #80197: EXT:form - label with periods causes PHP warning added
Updated by Gerrit Code Review about 7 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/53956
Updated by Gerrit Code Review about 7 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/53956
Updated by Gerrit Code Review about 7 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/53956
Updated by Gerrit Code Review about 7 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/53956
Updated by Gerrit Code Review about 7 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/53956
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53956
Updated by Ralf Zimmermann about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c801d388547e96df42baff3f023d6a7b8f733b34.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53984
Updated by Ralf Zimmermann about 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset b4b32de503ef0eb4df520dc0cf41f0fd84376bb3.
Updated by Oliver Hader about 7 years ago
- Status changed from Resolved to In Progress
Still need a follow-up...
Updated by Gerrit Code Review about 7 years ago
- Status changed from In Progress 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/54007
Updated by Gerrit Code Review about 7 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/54007
Updated by Gerrit Code Review about 7 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/54007
Updated by Gerrit Code Review about 7 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/54007
Updated by Gerrit Code Review about 7 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/54007
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54007
Updated by Oliver Hader about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 021d393ee0c3bbf748669487734f14562e84d959.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54621
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54621
Updated by Oliver Hader about 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 0759379c7285a6c352bfca5be0aa1186d5af7539.
Updated by Felix Nagel almost 7 years ago
This change will result in empty labels if the partials are overwritten. Should commits like this really be part of a patch level version?
Updated by Anonymous almost 7 years ago
Yea its kind of breaking change. If someone patches the minor release to 8.7.9 the form could break. The same happened wit version 8.7.8 - so I had to stay on 8.7.7
I mean fixing the template in this case is not too hard...but on a live system it could be very hard to spot this.
Updated by Ralf Zimmermann almost 7 years ago
- Related to Bug #83403: <span></span> tag not filled in form extension for type radio added
Updated by Ralf Zimmermann almost 7 years ago
- Related to Bug #83517: EXT:form - [FOLLOWUP] - 82210 - add documentation added
Updated by Ralf Zimmermann almost 7 years ago
Tobias Gaertner wrote:
Yea its kind of breaking change. If someone patches the minor release to 8.7.9 the form could break. The same happened wit version 8.7.8 - so I had to stay on 8.7.7
I mean fixing the template in this case is not too hard...but on a live system it could be very hard to spot this.
Please see and verify the fix in #83403