Project

General

Profile

Actions

Bug #69399

closed

Fatal Error due to class object inconsistencies in Form Wizard

Added by Oliver Hader over 8 years ago. Updated over 5 years ago.

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 #1

Updated by Gerrit Code Review over 8 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

Actions #2

Updated by Björn Jacob over 8 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
}

Actions #3

Updated by Gerrit Code Review over 8 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

Actions #4

Updated by Oliver Hader over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF