Task #38651
Missing error message if _ifUnique is set to none
| Status: | Needs Feedback | Start date: | 2012-07-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Arno Dudek | % Done: | 0% |
|
| Category: | Frontend Plugin | |||
| Target version: | 2.x | |||
| Votes: | 0 |
Description
if dbEntry.*._ifUnique is set to "none" I miss the error message. Or please add a new key like "error".
Can make patch, please let me know.
History
Updated by Alex Kellner 11 months ago
- Category set to Frontend Plugin
- Status changed from New to Needs Feedback
- Assignee set to Arno Dudek
- Target version set to 2.x
You're always welcome to write a patch
Updated by Arno Dudek 11 months ago
- File powermail.patch added
This patch resolves following issues:
#38664: Validation without mandatory don't work as expected
#38666: Wrong value for FE User telephone
#38649: Usergroup Access Rights for fields
#38644: Password field have no layout field
#38579: Conflict with CSS class naming
#38651: Missing error message if _ifUnique is set to none
Notes for _ifUnique
To configure set:
tt_address._ifUnique.email = error
This will throw a form error.
For this there will be the new validator "DBEntryValidator". Perhaps this can also validate the database structure at this time as Tx_Powermail_Utility_SaveToTable->fieldExists do.