Bug #69399
closedFatal Error due to class object inconsistencies in Form Wizard
100%
Description
Elements in the form wizard can either be defined by TypoScript or by using the accordant wizard. Some of these elements don't have a counterparts in the ExtJS form wizard and thus only work in the TypoScript mode. In these cases, the missing JSON conversion objects lead to fatal errors.
Example TypoScript for triggering the error: 8 = IMAGEBUTTON
8 {
label = Image button
src = /typo3conf/ext/bootstrap_package/Resources/Public/Images/Backend/TopBarLogo-v7@2x.png
value = value
}
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/42913
Updated by Björn Jacob about 9 years ago
Here's a complete snippet:
enctype = multipart/form-data method = post prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = senderEmail = } } 10 = IMAGEBUTTON 10 { label = Image button src = EXT:t3skin/images/spinner/d5d5d5.gif value = value }
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42924
Updated by Oliver Hader about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 791cb96fd3a68cb6aab7d6496634b8d88b506a97.