Bug #70069
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
Story #70068: EXT:form - Support bootstrap_package
EXT:form - Avoid PHP warnings when using old .layout functions
0%
Description
The following issues cause PHP warnings:
- setting a layout for label without having the <error /> tag inside
label ( <label><labelvalue /><mandatory /></label> )
- #1: PHP Warning: strpos(): Empty needle in /typo3/cms/typo3/sysext/form/Classes/Utility/CompatibilityLayerUtility.php line 267 (More information)
submit (
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<input class="btn btn-primary" />
</div>
</div>
)
Updated by Björn Jacob about 9 years ago
- Subject changed from EXT:form - avoid PHP warnings when using old .layout functions to EXT:form - Avoid PHP warnings when using old .layout functions
Updated by Gerrit Code Review about 9 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 http://review.typo3.org/43519
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43521
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43519
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43519
Updated by Björn Jacob about 9 years ago
- Status changed from Under Review to Closed
- Assignee deleted (
Ralf Zimmermann)
Recognized that this issue will be tackled when applying #70071. So we can close this one and abandon the patch.