Actions
Bug #70076
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
EXT:form - subjectField does not work
Start date:
2015-09-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Having the following form the subjectField does not seem to work. I.e. the subjectField is not respected.
enctype = multipart/form-data method = post confirmation = 1 prefix = standardForm class = standardForm postProcessor { 1 = mail 1 { senderEmailField = email senderNameField = surname subjectField = subject recipientEmail = mail@example.com priority = 1 organization = TRITUM } } 10 = TEXTLINE 10 { name = surname label = Surname } 20 = TEXTLINE 20 { name = email label = Email } 30 = TEXTLINE 30 { name = subject label = Subject } 100 = SUBMIT 100 { name = submit value = Submit }
Updated by Benni Mack almost 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Björn Jacob almost 9 years ago
- Assignee deleted (
Ralf Zimmermann) - Priority changed from Should have to Must have
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review almost 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/43696
Updated by Ralf Zimmermann almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 57d2e0615f73079bd2da5f38f306c9d3c3ff0e71.
Updated by Anja Leichsenring over 8 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed
Actions