Project

General

Profile

Actions

Bug #74014

closed

EXT:form - Cannot set some f:form arguments via TS

Added by Björn Jacob over 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
-
Start date:
2016-03-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The f:form viewhelper arguments

  • arguments
  • additionalParams
  • argumentsToBeExcludedFromQueryString

cannot be set via TS. For testing use the following form:


enctype = multipart/form-data
method = post
prefix = tx_form
confirmation = 1
postProcessor {
    1 = mail
    1 {
        recipientEmail = test@test.de
        senderEmail = test@test.de
        subject = Subject
    }
}

additionalParams {
    test {
        test1 {
            yy = TEXT
            yy.value = test_test1_yy_value
        }
        test2 = TEXT
        test2.value = test_test2_value
    }
    test3 = text3_value
}

10 = TEXTLINE
10 {
    name = name
    label = Name
}

20 = SUBMIT
20 {
    name = submit
    value = Submit
}

The form above generates url params like _typoScriptNodeValue=. This is not correct. Expected output is test3=text3_value&test[test2]=test_test2_value&test[test1][yy]=test_test1_yy_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 https://review.typo3.org/47015

Actions #2

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

Actions #3

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

Actions #4

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #5

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

Actions #6

Updated by Ralf Zimmermann over 8 years ago

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

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47582

Actions #8

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #9

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #10

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47582

Actions #11

Updated by Ralf Zimmermann over 8 years ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF