Bug #69354
closedEXT:form - Date validator does not output message (hint)
100%
Description
When using the "date" validator there is no message (hint) displayed. Instead of the "real" message the output is "(--)". Also see screenshot.
Files
Updated by Björn Jacob about 9 years ago
- Subject changed from Forms: date validator does not output message (hint) to EXT:form - Date validator does not output message (hint)
This is fixed in TYPO3 7.5. It should also be fixed for 6.2.
Updated by Gerrit Code Review about 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/43478
Updated by Gerrit Code Review about 9 years ago
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/43480
Updated by Gerrit Code Review about 9 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/43493
Updated by Björn Jacob about 9 years ago
- Target version set to 6.2.15
- TYPO3 Version changed from 7 to 6.2
Updated by Björn Jacob about 9 years ago
- Target version changed from 6.2.15 to 6.2.16
Updated by Björn Jacob about 9 years ago
Example form to test with:
prefix = tx_form confirmation = 1 postProcessor { 1 = mail 1 { recipientEmail = your@mail.com senderEmail = your@mail.com } } 10 = TEXTLINE 10 { name = birth label { value = Date of birth } } 20 = SUBMIT 20 { name = submit value = Submit } rules { 1 = date 1 { breakOnError = 0 showMessage = 1 message = (%format) error = No date! format = %e-%m-%Y element = birth } }
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43493
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 969763f36d10f13f3371f64f9d503511c80a0718.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed