Bug #48430
Default validator-messages are not correctly formatted
| Status: | New | Start date: | 2013-05-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| PHP Version: | 5.4 | Complexity: | ||
| Has patch: | No | Affected Flow version: | Git master |
Description
For example I get: "This text may not exceed %1$d characters.". The validator-annotion in this case has been "@Flow\Validate (type="StringLength", options={"maximum"=15})".