Project

General

Profile

Actions

Task #70221

closed

Epic #69347: EXT:form - Optimize form wizard

EXT:form - characterList of trim filter should not be mandatory in form wizard

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

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-09-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

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

70221.png (120 KB) 70221.png Björn Jacob, 2015-09-30 15:44
Actions #1

Updated by Björn Jacob over 8 years ago

Actions #2

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #3

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
  • Priority changed from Should have to Could have
Actions #4

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

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/44406

Actions #6

Updated by Ralf Zimmermann over 8 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.

Actions #7

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/44406

Actions #8

Updated by Ralf Zimmermann over 8 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF