Actions
Bug #69399
closedFatal Error due to class object inconsistencies in Form Wizard
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
}
Actions