Task #70221
closedEpic #69347: EXT:form - Optimize form wizard
EXT:form - characterList of trim filter should not be mandatory in form wizard
100%
Description
Right now setting a trim filter for a field requires the user to supply a characterList. This field is marked as mandatory. In fact this field is not needed since no provided characterList will apply all available trim filter characters. Do not mark the field as required.
The editing of a trim filtered field has also to be optimized.
Files
Updated by Björn Jacob over 9 years ago
Updated by Björn Jacob over 9 years ago
- Description updated (diff)
- Priority changed from Should have to Could have
Updated by Björn Jacob over 9 years ago
- Subject changed from EXT:form - characterList of trim filter should not be mandatory to EXT:form - characterList of trim filter should not be mandatory in form wizard
Updated by Gerrit Code Review over 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 https://review.typo3.org/44406
Updated by Ralf Zimmermann over 9 years ago
A test Typoscript
prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = senderEmail = } } 10 = TEXTLINE 10 { name = 2 type = text filters { 1 = trim 1 { characterList = 05t } } label { value = TrimTest } }
If you write "test50" into the textfield and submit the form you should see "es" on the confirmation page.
Updated by Gerrit Code Review over 9 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/44406
Updated by Ralf Zimmermann over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5c602b50aa6d981fe3791af672110508411a3c3a.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed