Closed (fixed)
Project:
Field Validation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2013 at 15:16 UTC
Updated:
6 May 2013 at 09:10 UTC
Hi,
for a project, I needed uniqueness of a date field, but only per user.
The Unique Value validation was almost perfect for that, but it didn't test per user, so I've made a little patch that adds the option to this rule.
Tested and working for me…
| Comment | File | Size | Author |
|---|---|---|---|
| field_validation_unique_per_user.patch | 1.39 KB | jdanthinne |
Comments
Comment #1
g089h515r806 commentedIt will be commited if thee are more user need this feature.
Comment #2
jdanthinne commentedDon't you think it could be useful? Even if I'm the only one requesting it?
Comment #3
g089h515r806 commentedI think it is very usefull.
Comment #4
g089h515r806 commentedI add your account to maintainer of this project, you could commit it by yourself now.
Comment #5
jdanthinne commentedThanks! I've just committed my patch.