Feature #1145
Multi-parameter validators
Status: | CLOSED | Start date: | 05/23/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | Future | |||
Resolution: | REJECTED | NEEDINFO: | No |
Description
Extend ValidatorInterface to support multi-parameter validators.
Case study: checking if an IP address is associated to the given MAC address
The validation is currently a single argument function
V(p1) => boolean
With this feature the validation accepts arbitrary arguments
V(p1 .. pN) => boolean
Related issues
History
#1 Updated by Davide Principi about 9 years ago
- Target version changed from DEV104 to ~FUTURE
#3 Updated by Davide Principi about 8 years ago
- Status changed from ON_DEV to TRIAGED
- Assignee deleted (
Davide Principi) - % Done changed from 30 to 20
#4 Updated by Davide Principi over 7 years ago
- Target version deleted (
~FUTURE)
#5 Updated by Davide Principi about 7 years ago
- Target version changed from v1.5.0 to Future
#6 Updated by Davide Principi over 6 years ago
- Status changed from TRIAGED to CLOSED
- % Done changed from 20 to 100
- Resolution set to REJECTED
This issue is REJECTED as it has not been updated since long time. It can be copied and opened again, if required.